EmilyWitko HF staff commited on
Commit
6187074
1 Parent(s): 908ce4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ TOKEN = os.environ.get('HUB_TOKEN')
14
  repo = huggingface_hub.Repository(
15
  local_dir="data",
16
  repo_type="dataset",
17
- clone_from="emilywitko/StudyGroupAnswers",
18
  use_auth_token=TOKEN
19
  )
20
  repo.git_pull()
 
14
  repo = huggingface_hub.Repository(
15
  local_dir="data",
16
  repo_type="dataset",
17
+ clone_from="EmilyWitko/StudyGroupAnswers",
18
  use_auth_token=TOKEN
19
  )
20
  repo.git_pull()