UltraRonin commited on
Commit
f8bd950
·
1 Parent(s): 60a4c49
Files changed (1) hide show
  1. app.py +1 -1
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
  )