apsys commited on
Commit
724e4c3
·
1 Parent(s): 23036fb

style theme

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -865,6 +865,7 @@ with demo:
865
  with gr.Column():
866
  gr.Textbox(
867
  value=CITATION_BUTTON_TEXT,
 
868
  lines=10,
869
  elem_id="citation-button",
870
  show_copy_button=True,
@@ -872,11 +873,13 @@ with demo:
872
 
873
  # with gr.Accordion("Dataset Information", open=False):
874
  with gr.Column():
875
- gr.Markdown(f"""
876
- Results: [{RESULTS_DATASET_ID}](https://huggingface.co/datasets/{RESULTS_DATASET_ID})
 
877
 
878
  Last updated: {pd.Timestamp.now().strftime("%Y-%m-%d %H:%M:%S UTC")}
879
- """)
 
880
 
881
  # Set up the scheduler to refresh data periodically
882
  scheduler = BackgroundScheduler()
 
865
  with gr.Column():
866
  gr.Textbox(
867
  value=CITATION_BUTTON_TEXT,
868
+ label="Cite",
869
  lines=10,
870
  elem_id="citation-button",
871
  show_copy_button=True,
 
873
 
874
  # with gr.Accordion("Dataset Information", open=False):
875
  with gr.Column():
876
+ gr.Textbox(
877
+ value=f"""
878
+ [{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")}
881
+ """,
882
+ label="Results:")
883
 
884
  # Set up the scheduler to refresh data periodically
885
  scheduler = BackgroundScheduler()