mrfakename commited on
Commit
6f5ebe0
β€’
1 Parent(s): 69be213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("πŸ“™ 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
 
 
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