andyangjunlong commited on
Commit
5b3be18
·
verified ·
1 Parent(s): ee6311a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ if os.path.exists(req_file):
21
  os.chdir(REPO_NAME)
22
 
23
  # Run the app
24
- runpy.run_path(f"{REPO_NAME}/app.py", run_name="__main__")
 
21
  os.chdir(REPO_NAME)
22
 
23
  # Run the app
24
+ runpy.run_path("app.py", run_name="__main__")