Mattral's picture
Update app/runner.py
c02975b verified
raw
history blame contribute delete
153 Bytes
import os
import subprocess
fileDir = os.path.dirname(os.path.realpath(__file__))
subprocess.run(["streamlit", "run", "FinalApp.py"], cwd = fileDir)