Spaces:
Running
Running
Update app.py
Browse files
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(
|