Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/autoevaluate/leaderboards
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ if len(dataset_df) > 0:
|
|
176 |
)
|
177 |
|
178 |
st.markdown(
|
179 |
-
"Want to beat the leaderboard? Don't see your model here? Simply request an automatic evaluation [here](https://huggingface.co/spaces/autoevaluate/
|
180 |
)
|
181 |
|
182 |
# Make the default metric appear right after model names
|
|
|
176 |
)
|
177 |
|
178 |
st.markdown(
|
179 |
+
"Want to beat the leaderboard? Don't see your model here? Simply request an automatic evaluation [here](https://huggingface.co/spaces/autoevaluate/model-evaluator)."
|
180 |
)
|
181 |
|
182 |
# Make the default metric appear right after model names
|