Kangarroar commited on
Commit
a46839b
1 Parent(s): 7ab2d65

Update initial.py

Browse files
Files changed (1) hide show
  1. initial.py +3 -1
initial.py CHANGED
@@ -1 +1,3 @@
1
- !streamlit run streamlitpoe.py --server.maxUploadSize 1024
 
 
 
1
+ import subprocess
2
+
3
+ subprocess.run(["streamlit", "run", "streamlitpoe.py", "--server.maxUploadSize", "1024"])