lewtun HF staff julien-c HF staff commited on
Commit
746450e
β€’
1 Parent(s): 7f35e51

Fix link to leaderboard Space (#1)

Browse files

- Fix link to leaderboard Space (e48814d04e7a290da86148bbc712b42b68d12067)


Co-authored-by: Julien Chaumond <julien-c@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ with st.form(key="form"):
302
  f"""
303
  Evaluation takes appoximately 1 hour to complete, so grab a β˜• or 🍡 while you wait:
304
 
305
- * πŸ“Š Click [here](https://huggingface.co/spaces/huggingface/leaderboards) to view the results from your submission
306
  """
307
  )
308
  else:
 
302
  f"""
303
  Evaluation takes appoximately 1 hour to complete, so grab a β˜• or 🍡 while you wait:
304
 
305
+ * πŸ“Š Click [here](https://huggingface.co/spaces/autoevaluate/leaderboards) to view the results from your submission
306
  """
307
  )
308
  else: