Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -640,7 +640,7 @@ def main():
|
|
| 640 |
|
| 641 |
choice = st.sidebar.radio("Navigation", menu)
|
| 642 |
st.sidebar.markdown("---")
|
| 643 |
-
st.sidebar.caption("Submissions are queued
|
| 644 |
|
| 645 |
render_overview()
|
| 646 |
render_eval_details()
|
|
|
|
| 640 |
|
| 641 |
choice = st.sidebar.radio("Navigation", menu)
|
| 642 |
st.sidebar.markdown("---")
|
| 643 |
+
st.sidebar.caption("Submissions are queued and evaluated automatically. Please wait for the Leaderboard to show your results.")
|
| 644 |
|
| 645 |
render_overview()
|
| 646 |
render_eval_details()
|