clefourrier HF staff commited on
Commit
5140860
β€’
1 Parent(s): 72a0f0f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,8 +133,8 @@ def add_new_eval(
133
  error_msg += f"already has {num_models_submitted_in_period} model requests submitted to the leaderboard "
134
  error_msg += f"in the last {RATE_LIMIT_PERIOD} days.\n"
135
  error_msg += (
136
- "Please wait a couple of days before resubmitting, so that everybody can enjoy using the leaderboard πŸ€—
137
- )"
138
  return styled_error(error_msg)
139
 
140
  # Did the model authors forbid its submission to the leaderboard?
 
133
  error_msg += f"already has {num_models_submitted_in_period} model requests submitted to the leaderboard "
134
  error_msg += f"in the last {RATE_LIMIT_PERIOD} days.\n"
135
  error_msg += (
136
+ "Please wait a couple of days before resubmitting, so that everybody can enjoy using the leaderboard πŸ€—"
137
+ )
138
  return styled_error(error_msg)
139
 
140
  # Did the model authors forbid its submission to the leaderboard?