Akankshg commited on
Commit
8fbe7f0
·
verified ·
1 Parent(s): 95bb6c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ filename = "EDA_DATA.parquet"
33
  token = os.environ["HUGGING_FACE_HUB_TOKEN"]
34
 
35
  # Fetch the local file path
36
- local_file = hf_hub_download(repo_id=repo_id, filename=filename, token=token)
37
 
38
  # Cache the data loading process
39
  @st.cache_data()
 
33
  token = os.environ["HUGGING_FACE_HUB_TOKEN"]
34
 
35
  # Fetch the local file path
36
+ local_file = hf_hub_download(repo_id=repo_id, filename=filename,repo_type="dataset", token=token)
37
 
38
  # Cache the data loading process
39
  @st.cache_data()