mrfakename commited on
Commit
1225427
β€’
1 Parent(s): a80c724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -404,7 +404,7 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}
404
  if CITATION_TEXT:
405
  with gr.Row():
406
  with gr.Accordion("πŸ“™ Citation", open=False):
407
- gr.Markdown(f"Copy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```")
408
 
409
 
410
  demo.queue(api_open=False).launch(show_api=False)
 
404
  if CITATION_TEXT:
405
  with gr.Row():
406
  with gr.Accordion("πŸ“™ Citation", open=False):
407
+ gr.Markdown(f"If you use this data in your publication, please cite!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```")
408
 
409
 
410
  demo.queue(api_open=False).launch(show_api=False)