Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -727,7 +727,7 @@ with block:
|
|
| 727 |
with gr.Row():
|
| 728 |
with gr.Accordion("Citation", open=False):
|
| 729 |
citation_button2 = gr.Textbox(
|
| 730 |
-
value=
|
| 731 |
label=CITATION_BUTTON_LABEL,
|
| 732 |
elem_id="citation-button",
|
| 733 |
lines=14,
|
|
|
|
| 727 |
with gr.Row():
|
| 728 |
with gr.Accordion("Citation", open=False):
|
| 729 |
citation_button2 = gr.Textbox(
|
| 730 |
+
value=CITATION_2_BUTTON_TEXT,
|
| 731 |
label=CITATION_BUTTON_LABEL,
|
| 732 |
elem_id="citation-button",
|
| 733 |
lines=14,
|