lewtun HF staff commited on
Commit
69388aa
1 Parent(s): 3e8882d

Fix URL to evaluation Space

Browse files
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