Skip to content

Commit

Permalink
now works with streamlit run not just python -m streamlit run
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Oct 30, 2024
1 parent bae7fbd commit 365ccba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import runpy

if __name__ == '__main__':
runpy.run_module('tune.demo.main', run_name='__main__')
File renamed without changes.

0 comments on commit 365ccba

Please sign in to comment.