Spaces:
Runtime error
Runtime error
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>
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/
|
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:
|