smile123456789 commited on
Commit
4204e2b
1 Parent(s): 86999fe
Files changed (1) hide show
  1. app.py +1 -1
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