Update app.py

#18
by m-ric HF staff - opened
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():