SG-AI-TEAMM commited on
Commit
5581122
·
verified ·
1 Parent(s): 0b2ee25

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -5,10 +5,10 @@ snapshot_download(
5
  repo_id="SG-AI-TEAMM/pre-launch", repo_type="space", cache_dir="pre-launch"
6
  )
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="app.py", repo_type="space"
12
  )
13
  import importlib
14
 
 
5
  repo_id="SG-AI-TEAMM/pre-launch", repo_type="space", cache_dir="pre-launch"
6
  )
7
  utils_path = hf_hub_download(
8
+ repo_id="SG-AI-TEAMM/pre-launch", filename="src/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