ynhe commited on
Commit
a786a31
1 Parent(s): 085c0e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def add_new_eval(
71
  if isinstance(cur_json, dict):
72
  print(cur_json.keys())
73
  for key in cur_json:
74
- upload_data[key] = cur_json[key][0]
75
  print(f"{key}:{cur_json[key][0]}")
76
  # add new data
77
  new_data = [
 
71
  if isinstance(cur_json, dict):
72
  print(cur_json.keys())
73
  for key in cur_json:
74
+ upload_data[key.replace('_',' ')] = cur_json[key][0]
75
  print(f"{key}:{cur_json[key][0]}")
76
  # add new data
77
  new_data = [