Update app.py
Browse files
app.py
CHANGED
|
@@ -422,15 +422,15 @@ with demo:
|
|
| 422 |
)
|
| 423 |
|
| 424 |
with gr.Row():
|
| 425 |
-
|
| 426 |
-
|
| 427 |
-
|
| 428 |
-
|
| 429 |
-
|
| 430 |
-
|
| 431 |
-
|
| 432 |
-
|
| 433 |
-
|
| 434 |
|
| 435 |
|
| 436 |
scheduler = BackgroundScheduler()
|
|
|
|
| 422 |
)
|
| 423 |
|
| 424 |
with gr.Row():
|
| 425 |
+
with gr.Accordion("📙 Citation", open=True):
|
| 426 |
+
citation_button = gr.Textbox(
|
| 427 |
+
value=CITATION_BUTTON_TEXT,
|
| 428 |
+
label=CITATION_BUTTON_LABEL,
|
| 429 |
+
elem_id="citation-button",
|
| 430 |
+
lines=8,
|
| 431 |
+
max_lines=10,
|
| 432 |
+
show_copy_button=True,
|
| 433 |
+
)
|
| 434 |
|
| 435 |
|
| 436 |
scheduler = BackgroundScheduler()
|