Spaces:
Sleeping
Sleeping
import os | |
import subprocess | |
fileDir = os.path.dirname(os.path.realpath(__file__)) | |
subprocess.run(["streamlit", "run", "FinalApp.py"], cwd = fileDir) |