Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -483,7 +483,6 @@ with block:
|
|
483 |
citation_button = gr.Textbox(
|
484 |
value=CITATION_BUTTON_TEXT,
|
485 |
label=CITATION_BUTTON_LABEL,
|
486 |
-
elem_id="citation-button",
|
487 |
lines=14,
|
488 |
)
|
489 |
|
@@ -501,7 +500,7 @@ with block:
|
|
501 |
# If you need to update or refresh the table later, you can add additional controls/callbacks here.
|
502 |
|
503 |
# For now, simply display the loaded DataFrame.
|
504 |
-
data_component.render()
|
505 |
|
506 |
# table info
|
507 |
with gr.TabItem("📝 About", elem_id="mvbench-tab-table", id=5):
|
|
|
483 |
citation_button = gr.Textbox(
|
484 |
value=CITATION_BUTTON_TEXT,
|
485 |
label=CITATION_BUTTON_LABEL,
|
|
|
486 |
lines=14,
|
487 |
)
|
488 |
|
|
|
500 |
# If you need to update or refresh the table later, you can add additional controls/callbacks here.
|
501 |
|
502 |
# For now, simply display the loaded DataFrame.
|
503 |
+
# data_component.render()
|
504 |
|
505 |
# table info
|
506 |
with gr.TabItem("📝 About", elem_id="mvbench-tab-table", id=5):
|