Spaces:
Sleeping
Sleeping
style theme
Browse files
app.py
CHANGED
|
@@ -856,7 +856,7 @@ with demo:
|
|
| 856 |
)
|
| 857 |
|
| 858 |
with gr.Row():
|
| 859 |
-
with gr.Accordion("
|
| 860 |
citation_button = gr.Textbox(
|
| 861 |
value=CITATION_BUTTON_TEXT,
|
| 862 |
label=CITATION_BUTTON_LABEL,
|
|
@@ -865,7 +865,7 @@ with demo:
|
|
| 865 |
show_copy_button=True,
|
| 866 |
)
|
| 867 |
|
| 868 |
-
with gr.Accordion("
|
| 869 |
dataset_info = gr.Markdown(f"""
|
| 870 |
## Dataset Information
|
| 871 |
|
|
|
|
| 856 |
)
|
| 857 |
|
| 858 |
with gr.Row():
|
| 859 |
+
with gr.Accordion("Citation", open=False):
|
| 860 |
citation_button = gr.Textbox(
|
| 861 |
value=CITATION_BUTTON_TEXT,
|
| 862 |
label=CITATION_BUTTON_LABEL,
|
|
|
|
| 865 |
show_copy_button=True,
|
| 866 |
)
|
| 867 |
|
| 868 |
+
with gr.Accordion("Dataset Information", open=False):
|
| 869 |
dataset_info = gr.Markdown(f"""
|
| 870 |
## Dataset Information
|
| 871 |
|