CognitiveScience commited on
Commit
b2af5af
·
1 Parent(s): 7edad89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ TOKEN = os.environ.get('HF_KEY')
38
  repo = huggingface_hub.Repository(
39
  local_dir="data",
40
  repo_type="dataset",
41
- clone_from="CognitiveScience/csdhdata",
42
  use_auth_token=TOKEN
43
  )
44
  repo.git_pull()
 
38
  repo = huggingface_hub.Repository(
39
  local_dir="data",
40
  repo_type="dataset",
41
+ clone_from="CognitiveScience/coscidata",
42
  use_auth_token=TOKEN
43
  )
44
  repo.git_pull()