gmmcleod commited on
Commit
ca85397
·
verified ·
1 Parent(s): 671964e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import hf_hub_download
3
  import os
4
 
5
  TOKEN = os.environ.get("token")
6
- dataset = hf_hub_download(repo_id="GiannasOrganization/giannas_public_dataset",
7
  token= TOKEN,
8
  filename = "file.txt",
9
  repo_type = "dataset",
 
3
  import os
4
 
5
  TOKEN = os.environ.get("token")
6
+ dataset = hf_hub_download(repo_id="GiannasOrganization/giannasdataset",
7
  token= TOKEN,
8
  filename = "file.txt",
9
  repo_type = "dataset",