Yoon-gu Hwang commited on
Commit
9a18b35
·
1 Parent(s): 2d81047
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks() as demo:
157
  info[user]['best_score'] = info[user]['score']
158
  info[user]['best_time'] = min(time.time() - info[user]['time'], info[user]['best_time'])
159
  info[user]['best_time'] = round(info[user]['best_time'], 2)
160
- info[user]['comment'] = f"{gen}세대+{types}"
161
  with open("info.json", "w") as f:
162
  json.dump(info, f, indent=4)
163
  with open("users.json", "w") as f:
 
157
  info[user]['best_score'] = info[user]['score']
158
  info[user]['best_time'] = min(time.time() - info[user]['time'], info[user]['best_time'])
159
  info[user]['best_time'] = round(info[user]['best_time'], 2)
160
+ info[user]['comment'] = f"{gen}+{types}"
161
  with open("info.json", "w") as f:
162
  json.dump(info, f, indent=4)
163
  with open("users.json", "w") as f: