Pratik Bhavsar commited on
Commit
0ef09d3
·
1 Parent(s): 22e5df6

changed font

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -25,7 +25,9 @@ def create_app():
25
 
26
  MODELS = [x.strip() for x in df["Model"].unique().tolist()]
27
 
28
- with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto")])) as app:
 
 
29
  with gr.Tabs():
30
  # Create tabs
31
  lb_output, lb_plot1, lb_plot2 = create_leaderboard_tab(
 
25
 
26
  MODELS = [x.strip() for x in df["Model"].unique().tolist()]
27
 
28
+ with gr.Blocks(
29
+ theme=gr.themes.Soft(font=[gr.themes.GoogleFont("sans-serif")])
30
+ ) as app:
31
  with gr.Tabs():
32
  # Create tabs
33
  lb_output, lb_plot1, lb_plot2 = create_leaderboard_tab(