Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -36,7 +36,7 @@ snapshot_download(
|
|
| 36 |
# calling the app code
|
| 37 |
app = hf_hub_download(
|
| 38 |
repo_id="ghodrat/app",
|
| 39 |
-
filename="
|
| 40 |
repo_type="space"
|
| 41 |
)
|
| 42 |
|
|
|
|
| 36 |
# calling the app code
|
| 37 |
app = hf_hub_download(
|
| 38 |
repo_id="ghodrat/app",
|
| 39 |
+
filename="src/streamlit_app.py",
|
| 40 |
repo_type="space"
|
| 41 |
)
|
| 42 |
|