MINGYISU commited on
Commit
eb02c16
ยท
verified ยท
1 Parent(s): 85ac196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks() as block:
104
  return combined_df[v2.COLUMN_NAMES_I]
105
 
106
  # table 2, image scores only
107
- with gr.TabItem("๐Ÿ–ผ๏ธ Image", elem_id="qa-tab-table1", id=2):
108
  gr.Markdown(v2.TABLE_INTRODUCTION_I)
109
  df2_i = get_special_processed_df2()
110
  data_component3 = gr.components.Dataframe(
@@ -154,7 +154,7 @@ with gr.Blocks() as block:
154
  gr.Markdown(SUBMIT_INTRODUCTION, elem_classes="markdown-text")
155
 
156
  # table 7
157
- with gr.TabItem("๐Ÿ“Š MMEB (Archived)", elem_id="qa-tab-table1", id=7):
158
  with gr.Row():
159
  with gr.Accordion("Citation", open=False):
160
  citation_button = gr.Textbox(
 
104
  return combined_df[v2.COLUMN_NAMES_I]
105
 
106
  # table 2, image scores only
107
+ with gr.TabItem("๐Ÿ–ผ๏ธ Image (Previously MMEB-V1)", elem_id="qa-tab-table1", id=2):
108
  gr.Markdown(v2.TABLE_INTRODUCTION_I)
109
  df2_i = get_special_processed_df2()
110
  data_component3 = gr.components.Dataframe(
 
154
  gr.Markdown(SUBMIT_INTRODUCTION, elem_classes="markdown-text")
155
 
156
  # table 7
157
+ with gr.TabItem("๐Ÿ“Š MMEB-V1 (Archived, Now Image)", elem_id="qa-tab-table1", id=7):
158
  with gr.Row():
159
  with gr.Accordion("Citation", open=False):
160
  citation_button = gr.Textbox(