yuchenlin commited on
Commit
fb4d3bf
1 Parent(s): 0edc22e

smaller font size

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,12 +10,12 @@ from constants import BANNER, INTRODUCTION_TEXT, CITATION_TEXT, METRICS_TAB_TEXT
10
  LAST_UPDATED = "Feb 27th 2024"
11
 
12
  css = """
13
- .markdown-text{font-size: 16pt}
14
  th {
15
  text-align: center;
16
  }
17
  td {
18
- font-size: 16px; /* Adjust the font size as needed */
19
  text-align: center;
20
  }
21
 
 
10
  LAST_UPDATED = "Feb 27th 2024"
11
 
12
  css = """
13
+ .markdown-text{font-size: 15pt}
14
  th {
15
  text-align: center;
16
  }
17
  td {
18
+ font-size: 15px; /* Adjust the font size as needed */
19
  text-align: center;
20
  }
21