Spaces:
Running
Running
Commit
·
f8bd950
1
Parent(s):
60a4c49
add
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with demo:
|
|
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 |
)
|
|
|
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 |
)
|