Spaces:
Running
Running
smile123456789
commited on
Commit
•
4204e2b
1
Parent(s):
86999fe
1231_1137
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def add_new_eval(
|
|
77 |
]
|
78 |
csv_data.loc[col] = new_data
|
79 |
# with open(f'./file/{model_name}.json','w' ,encoding='utf-8') as f:
|
80 |
-
# json.dump(new_data, f)
|
81 |
csv_data.to_csv(CSV_DIR, index=False)
|
82 |
return 0
|
83 |
|
|
|
77 |
]
|
78 |
csv_data.loc[col] = new_data
|
79 |
# with open(f'./file/{model_name}.json','w' ,encoding='utf-8') as f:
|
80 |
+
# json.dump(new_data, f)
|
81 |
csv_data.to_csv(CSV_DIR, index=False)
|
82 |
return 0
|
83 |
|