Mattral commited on
Commit
c02975b
1 Parent(s): 594350e

Update app/runner.py

Browse files
Files changed (1) hide show
  1. 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", "webapp.py"], cwd = fileDir)
 
2
  import subprocess
3
 
4
  fileDir = os.path.dirname(os.path.realpath(__file__))
5
+ subprocess.run(["streamlit", "run", "FinalApp.py"], cwd = fileDir)