BenchmarkBot commited on
Commit
fe381c6
β€’
1 Parent(s): 527deaa

fix font size

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. src/assets/css_html_js.py +4 -1
app.py CHANGED
@@ -284,7 +284,7 @@ with demo:
284
 
285
  # leaderboard tabs
286
  with gr.Tabs(elem_classes="hardware-tabs"):
287
- with gr.TabItem("<h1>πŸ–₯️ A100-80GB πŸ–₯️<h1>", id=0):
288
  with gr.Tabs(elem_classes="A100-tabs") as A100_tabs:
289
  with gr.TabItem("πŸ… Leaderboard πŸ†", id=0):
290
  gr.HTML(A100_TEXT)
 
284
 
285
  # leaderboard tabs
286
  with gr.Tabs(elem_classes="hardware-tabs"):
287
+ with gr.TabItem("πŸ–₯️ A100-80GB πŸ–₯️", id=0):
288
  with gr.Tabs(elem_classes="A100-tabs") as A100_tabs:
289
  with gr.TabItem("πŸ… Leaderboard πŸ†", id=0):
290
  gr.HTML(A100_TEXT)
src/assets/css_html_js.py CHANGED
@@ -32,7 +32,10 @@ table th:first-child {
32
  white-space: nowrap;
33
  }
34
 
35
- .tab-buttons button {
 
 
 
36
  font-size: 20px;
37
  }
38
  .plot-container > div:first-child {
 
32
  white-space: nowrap;
33
  }
34
 
35
+ .hardware-tabs button {
36
+ font-size: 20px;
37
+ }
38
+ .A100-tabs button {
39
  font-size: 20px;
40
  }
41
  .plot-container > div:first-child {