Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
a46839b
1
Parent(s):
7ab2d65
Update initial.py
Browse files- initial.py +3 -1
initial.py
CHANGED
@@ -1 +1,3 @@
|
|
1 |
-
|
|
|
|
|
|
1 |
+
import subprocess
|
2 |
+
|
3 |
+
subprocess.run(["streamlit", "run", "streamlitpoe.py", "--server.maxUploadSize", "1024"])
|