Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
β’
6f5ebe0
1
Parent(s):
69be213
Update app.py
Browse files
app.py
CHANGED
@@ -496,7 +496,7 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}
|
|
496 |
gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
497 |
if CITATION_TEXT:
|
498 |
with gr.Row():
|
499 |
-
with gr.Accordion("
|
500 |
gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```")
|
501 |
|
502 |
|
|
|
496 |
gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
497 |
if CITATION_TEXT:
|
498 |
with gr.Row():
|
499 |
+
with gr.Accordion("Citation", open=False):
|
500 |
gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```")
|
501 |
|
502 |
|