eduardo-alvarez commited on
Commit
afc700f
1 Parent(s): f35bc97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -68,7 +68,8 @@ with demo:
68
  try:
69
  response = requests.post(url, json=data)
70
  if response.status_code == 200:
71
- return "Submission successful!"
 
72
  else:
73
  return f"Submission failed with status code {response.status_code}"
74
  except Exception as e:
@@ -232,8 +233,7 @@ with demo:
232
  interactive=True,
233
  )
234
  terms = gr.Checkbox(
235
- label="Check if you have read and agreed to terms and conditions associated with submitting\
236
- a model to the leaderboard.",
237
  value=False,
238
  interactive=True,
239
  )
 
68
  try:
69
  response = requests.post(url, json=data)
70
  if response.status_code == 200:
71
+ return "Submission successful! Please allow for 5 - 10 days for model evaluation to be completed. We will contact you \
72
+ through your model's discussion forum if we encounter any issues with your submission."
73
  else:
74
  return f"Submission failed with status code {response.status_code}"
75
  except Exception as e:
 
233
  interactive=True,
234
  )
235
  terms = gr.Checkbox(
236
+ label="Check if you agree to having your model evaluated and published to the leaderboard by our team.",
 
237
  value=False,
238
  interactive=True,
239
  )