lewtun HF staff commited on
Commit
8703a23
1 Parent(s): 3e8882d

Fix URL to evaluation Space (#6)

Browse files

- Fix URL to evaluation Space (69388aad96a7a5b20a83c3e83f082684152f7c2a)

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