Spaces:
Running
Running
Commit
·
ab9958b
1
Parent(s):
22eb8e9
add
Browse files
app.py
CHANGED
@@ -214,11 +214,10 @@ with demo:
|
|
214 |
# )
|
215 |
|
216 |
with gr.Row():
|
217 |
-
with gr.Accordion("📙 Citation", open=
|
218 |
citation_button = gr.Textbox(
|
219 |
value=CITATION_BUTTON_TEXT,
|
220 |
label=CITATION_BUTTON_LABEL,
|
221 |
-
lines=20,
|
222 |
elem_id="citation-button",
|
223 |
show_copy_button=True,
|
224 |
)
|
|
|
214 |
# )
|
215 |
|
216 |
with gr.Row():
|
217 |
+
with gr.Accordion("📙 Citation", open=True):
|
218 |
citation_button = gr.Textbox(
|
219 |
value=CITATION_BUTTON_TEXT,
|
220 |
label=CITATION_BUTTON_LABEL,
|
|
|
221 |
elem_id="citation-button",
|
222 |
show_copy_button=True,
|
223 |
)
|