Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
|
@@ -123,8 +123,8 @@ def add_new_eval(
|
|
| 123 |
api.upload_file(
|
| 124 |
path_or_fileobj=CSV_DIR,
|
| 125 |
path_in_repo=CSV_DIR,
|
| 126 |
-
repo_id="
|
| 127 |
-
repo_type="
|
| 128 |
)
|
| 129 |
return 0
|
| 130 |
|
|
|
|
| 123 |
api.upload_file(
|
| 124 |
path_or_fileobj=CSV_DIR,
|
| 125 |
path_in_repo=CSV_DIR,
|
| 126 |
+
repo_id="lyx97/TempCompass",
|
| 127 |
+
repo_type="space",
|
| 128 |
)
|
| 129 |
return 0
|
| 130 |
|