Spaces:
Runtime error
Runtime error
Commit
•
6187074
1
Parent(s):
908ce4a
Update app.py
Browse files
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="
|
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()
|