ghodrat commited on
Commit
8a073ea
·
verified ·
1 Parent(s): c6dc4a1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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="app.py",
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