Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ with gr.Blocks() as block:
|
|
| 16 |
|
| 17 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 18 |
# Table 1
|
| 19 |
-
with gr.TabItem("π
|
| 20 |
with gr.Row():
|
| 21 |
with gr.Accordion("Citation", open=False):
|
| 22 |
citation_button = gr.Textbox(
|
|
|
|
| 16 |
|
| 17 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 18 |
# Table 1
|
| 19 |
+
with gr.TabItem("π MMEB", elem_id="qa-tab-table1", id=1):
|
| 20 |
with gr.Row():
|
| 21 |
with gr.Accordion("Citation", open=False):
|
| 22 |
citation_button = gr.Textbox(
|