Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
β’
1225427
1
Parent(s):
a80c724
Update app.py
Browse files
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"
|
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)
|