File size: 151 Bytes
57462b3
 
 
 
 
1
2
3
4
5
import os
import subprocess

fileDir = os.path.dirname(os.path.realpath(__file__))
subprocess.run(["streamlit", "run", "webapp.py"], cwd = fileDir)