Spaces:
Sleeping
Sleeping
Update app/runner.py
Browse files- app/runner.py +1 -1
app/runner.py
CHANGED
@@ -2,4 +2,4 @@ import os
|
|
2 |
import subprocess
|
3 |
|
4 |
fileDir = os.path.dirname(os.path.realpath(__file__))
|
5 |
-
subprocess.run(["streamlit", "run", "
|
|
|
2 |
import subprocess
|
3 |
|
4 |
fileDir = os.path.dirname(os.path.realpath(__file__))
|
5 |
+
subprocess.run(["streamlit", "run", "FinalApp.py"], cwd = fileDir)
|