Fix URL to evaluation Space

#6
by lewtun HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ if len(dataset_df) > 0:
189
  )
190
 
191
  st.markdown(
192
- "Want to beat the leaderboard? Don't see your model here? Simply request an automatic evaluation [here](https://huggingface.co/spaces/autoevaluate/autoevaluate)."
193
  )
194
 
195
  # Make the default metric appear right after model names
189
  )
190
 
191
  st.markdown(
192
+ "Want to beat the leaderboard? Don't see your model here? Simply request an automatic evaluation [here](https://huggingface.co/spaces/autoevaluate/model-evaluator)."
193
  )
194
 
195
  # Make the default metric appear right after model names