haoyang
commited on
Commit
β’
6ecf664
1
Parent(s):
f0765d3
Update app.py
Browse files
app.py
CHANGED
@@ -334,7 +334,7 @@ with demo:
|
|
334 |
with gr.Accordion("π Citation", open=False):
|
335 |
citation_button = gr.Textbox(
|
336 |
value=CITATION_BUTTON_TEXT,
|
337 |
-
label=
|
338 |
lines=20,
|
339 |
elem_id="citation-button",
|
340 |
show_copy_button=True,
|
|
|
334 |
with gr.Accordion("π Citation", open=False):
|
335 |
citation_button = gr.Textbox(
|
336 |
value=CITATION_BUTTON_TEXT,
|
337 |
+
label=CITATION_BUTTON_LABEL,
|
338 |
lines=20,
|
339 |
elem_id="citation-button",
|
340 |
show_copy_button=True,
|