Lillianwei commited on
Commit
70729a7
1 Parent(s): 071dc52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ with gr.Blocks(css=custom_css) as app:
269
 
270
  with gr.Accordion("📚 Citation", open=False):
271
  citation_button = gr.Textbox(
272
- value=r"""""",
273
  lines=7,
274
  label="Copy the following to cite these results.",
275
  elem_id="citation-button",
 
269
 
270
  with gr.Accordion("📚 Citation", open=False):
271
  citation_button = gr.Textbox(
272
+ value=CITATION_BUTTON_TEXT,
273
  lines=7,
274
  label="Copy the following to cite these results.",
275
  elem_id="citation-button",