SG-AI-TEAMM commited on
Commit
1e7e976
·
verified ·
1 Parent(s): f2654a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ utils_path = hf_hub_download(
8
  repo_id="SG-AI-TEAMM/pre-launch", filename="utils/functions.py", repo_type="space"
9
  )
10
  app_path = hf_hub_download(
11
- repo_id="SG-AI-TEAMM/pre-launch", filename="src/streamlit_app.py", repo_type="space"
12
  )
13
  import importlib
14
 
 
8
  repo_id="SG-AI-TEAMM/pre-launch", filename="utils/functions.py", repo_type="space"
9
  )
10
  app_path = hf_hub_download(
11
+ repo_id="SG-AI-TEAMM/pre-launch", filename="app.py", repo_type="space"
12
  )
13
  import importlib
14