terryyz commited on
Commit
39b0c81
1 Parent(s): c373956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 table", id=0):
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 results 🚀", id=4):
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