Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
ee803a2
1
Parent(s):
e74fc43
Update app.py (#18)
Browse files- Update app.py (a197242f6a5d1776d314975c52c1e15cc2de1677)
Co-authored-by: Aymeric Roucher <[email protected]>
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
|
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():
|