Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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="
|
| 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 |
|