Spaces:
Sleeping
Sleeping
Fix uploading function
Browse files
app.py
CHANGED
|
@@ -197,6 +197,7 @@ def save_scores(
|
|
| 197 |
path_or_fileobj="data.json",
|
| 198 |
path_in_repo="data.json",
|
| 199 |
repo_id=os.environ.get('DATA'),
|
|
|
|
| 200 |
)
|
| 201 |
|
| 202 |
# Return a confirmation message
|
|
|
|
| 197 |
path_or_fileobj="data.json",
|
| 198 |
path_in_repo="data.json",
|
| 199 |
repo_id=os.environ.get('DATA'),
|
| 200 |
+
repo_type='dataset'
|
| 201 |
)
|
| 202 |
|
| 203 |
# Return a confirmation message
|