clefourrier HF staff m-ric HF staff commited on
Commit
ee803a2
1 Parent(s): e74fc43

Update app.py (#18)

Browse files

- Update app.py (a197242f6a5d1776d314975c52c1e15cc2de1677)


Co-authored-by: Aymeric Roucher <m-ric@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def add_new_eval(
170
  contact_infos[val_or_test]= contact_infos[val_or_test].add_item(contact_info)
171
  contact_infos.push_to_hub(CONTACT_DATASET, config_name = YEAR_VERSION, token=TOKEN)
172
 
173
- return format_log(f"Model {model} submitted by {organisation} successfully. \nPlease refresh the leaderboard, and wait a bit to see the score displayed")
174
 
175
 
176
  def refresh():
 
170
  contact_infos[val_or_test]= contact_infos[val_or_test].add_item(contact_info)
171
  contact_infos.push_to_hub(CONTACT_DATASET, config_name = YEAR_VERSION, token=TOKEN)
172
 
173
+ return format_log(f"Model {model} submitted by {organisation} successfully.\nPlease wait a few hours and refresh the leaderboard to see your score displayed.")
174
 
175
 
176
  def refresh():