apsys commited on
Commit
4f2e50e
·
1 Parent(s): 6a9b306

style theme

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -856,7 +856,7 @@ with demo:
856
  )
857
 
858
  with gr.Row():
859
- with gr.Accordion("📙 Citation", open=False):
860
  citation_button = gr.Textbox(
861
  value=CITATION_BUTTON_TEXT,
862
  label=CITATION_BUTTON_LABEL,
@@ -865,7 +865,7 @@ with demo:
865
  show_copy_button=True,
866
  )
867
 
868
- with gr.Accordion("ℹ️ Dataset Information", open=False):
869
  dataset_info = gr.Markdown(f"""
870
  ## Dataset Information
871
 
 
856
  )
857
 
858
  with gr.Row():
859
+ with gr.Accordion("Citation", open=False):
860
  citation_button = gr.Textbox(
861
  value=CITATION_BUTTON_TEXT,
862
  label=CITATION_BUTTON_LABEL,
 
865
  show_copy_button=True,
866
  )
867
 
868
+ with gr.Accordion("Dataset Information", open=False):
869
  dataset_info = gr.Markdown(f"""
870
  ## Dataset Information
871