Update app.py
Browse files
app.py
CHANGED
|
@@ -600,9 +600,9 @@ def main():
|
|
| 600 |
)
|
| 601 |
|
| 602 |
with gr.Tab("Submit Here"):
|
| 603 |
-
gr.Markdown(
|
| 604 |
gr.Markdown("---")
|
| 605 |
-
gr.Markdown(
|
| 606 |
with gr.Row():
|
| 607 |
with gr.Accordion("📙 Citation", open=False):
|
| 608 |
citation_button = gr.Textbox(
|
|
|
|
| 600 |
)
|
| 601 |
|
| 602 |
with gr.Tab("Submit Here"):
|
| 603 |
+
gr.Markdown("# This space is a legacy leaderboard in archived mode and no longer accepts model submissions.")
|
| 604 |
gr.Markdown("---")
|
| 605 |
+
gr.Markdown(ABOUT_SECTION)
|
| 606 |
with gr.Row():
|
| 607 |
with gr.Accordion("📙 Citation", open=False):
|
| 608 |
citation_button = gr.Textbox(
|