Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -115,12 +115,12 @@ def add_new_eval(
|
|
115 |
csv_data.to_csv(CSV_DIR, index=False)
|
116 |
|
117 |
# push newly added result
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
return 0
|
125 |
|
126 |
def get_baseline_df():
|
|
|
115 |
csv_data.to_csv(CSV_DIR, index=False)
|
116 |
|
117 |
# push newly added result
|
118 |
+
api.upload_file(
|
119 |
+
path_or_fileobj=CSV_DIR,
|
120 |
+
path_in_repo=CSV_DIR,
|
121 |
+
repo_id="lyx97/TempCompass",
|
122 |
+
repo_type="space",
|
123 |
+
)
|
124 |
return 0
|
125 |
|
126 |
def get_baseline_df():
|