Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ with demo:
|
|
| 138 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 139 |
with gr.Column():
|
| 140 |
with gr.Tabs(elem_classes="A100-tabs") as A100_tabs:
|
| 141 |
-
with gr.TabItem("🔍 Evaluation
|
| 142 |
with gr.Column():
|
| 143 |
with gr.Accordion("➡️ See All Columns", open=False):
|
| 144 |
shown_columns = gr.CheckboxGroup(
|
|
@@ -254,7 +254,7 @@ with demo:
|
|
| 254 |
|
| 255 |
with gr.TabItem("📝 About", id=3):
|
| 256 |
gr.Markdown(ABOUT_TEXT, elem_classes="markdown-text")
|
| 257 |
-
with gr.TabItem("Submit
|
| 258 |
gr.Markdown(SUBMISSION_TEXT_3)
|
| 259 |
|
| 260 |
|
|
|
|
| 138 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 139 |
with gr.Column():
|
| 140 |
with gr.Tabs(elem_classes="A100-tabs") as A100_tabs:
|
| 141 |
+
with gr.TabItem("🔍 Evaluation Table", id=0):
|
| 142 |
with gr.Column():
|
| 143 |
with gr.Accordion("➡️ See All Columns", open=False):
|
| 144 |
shown_columns = gr.CheckboxGroup(
|
|
|
|
| 254 |
|
| 255 |
with gr.TabItem("📝 About", id=3):
|
| 256 |
gr.Markdown(ABOUT_TEXT, elem_classes="markdown-text")
|
| 257 |
+
with gr.TabItem("Submit Results 🚀", id=4):
|
| 258 |
gr.Markdown(SUBMISSION_TEXT_3)
|
| 259 |
|
| 260 |
|