apsys commited on
Commit
36343a3
·
1 Parent(s): 7ccabe3

style theme

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -865,7 +865,6 @@ with demo:
865
  with gr.Accordion("Citation", open=False):
866
  citation_button = gr.Textbox(
867
  value=CITATION_BUTTON_TEXT,
868
- label=CITATION_BUTTON_LABEL,
869
  lines=10,
870
  elem_id="citation-button",
871
  show_copy_button=True,
@@ -873,8 +872,6 @@ with demo:
873
 
874
  with gr.Accordion("Dataset Information", open=False):
875
  dataset_info = gr.Markdown(f"""
876
- ## Dataset Information
877
-
878
  Results are stored in the HuggingFace dataset: [{RESULTS_DATASET_ID}](https://huggingface.co/datasets/{RESULTS_DATASET_ID})
879
 
880
  Last updated: {pd.Timestamp.now().strftime("%Y-%m-%d %H:%M:%S UTC")}
 
865
  with gr.Accordion("Citation", open=False):
866
  citation_button = gr.Textbox(
867
  value=CITATION_BUTTON_TEXT,
 
868
  lines=10,
869
  elem_id="citation-button",
870
  show_copy_button=True,
 
872
 
873
  with gr.Accordion("Dataset Information", open=False):
874
  dataset_info = gr.Markdown(f"""
 
 
875
  Results are stored in the HuggingFace dataset: [{RESULTS_DATASET_ID}](https://huggingface.co/datasets/{RESULTS_DATASET_ID})
876
 
877
  Last updated: {pd.Timestamp.now().strftime("%Y-%m-%d %H:%M:%S UTC")}