yuchenlin commited on
Commit
06f30ec
β€’
1 Parent(s): fb4d3bf
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -7,10 +7,11 @@ import gradio as gr
7
  import pandas as pd
8
  from constants import BANNER, INTRODUCTION_TEXT, CITATION_TEXT, METRICS_TAB_TEXT, DIR_OUTPUT_REQUESTS
9
 
10
- LAST_UPDATED = "Feb 27th 2024"
11
 
12
  css = """
13
  .markdown-text{font-size: 15pt}
 
14
  th {
15
  text-align: center;
16
  }
@@ -87,7 +88,7 @@ def build_demo(original_df, TYPES):
87
  # gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
88
 
89
 
90
- gr.Markdown(f"Last updated on **{LAST_UPDATED}**", elem_classes="markdown-text")
91
 
92
  with gr.Row():
93
  with gr.Accordion("πŸ“™ Citation", open=False):
 
7
  import pandas as pd
8
  from constants import BANNER, INTRODUCTION_TEXT, CITATION_TEXT, METRICS_TAB_TEXT, DIR_OUTPUT_REQUESTS
9
 
10
+ LAST_UPDATED = "Feb 28th 2024"
11
 
12
  css = """
13
  .markdown-text{font-size: 15pt}
14
+ .markdown-text-small{font-size: 13pt}
15
  th {
16
  text-align: center;
17
  }
 
88
  # gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
89
 
90
 
91
+ gr.Markdown(f"Last updated on **{LAST_UPDATED}**", elem_classes="markdown-text-small")
92
 
93
  with gr.Row():
94
  with gr.Accordion("πŸ“™ Citation", open=False):