Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Pratik Bhavsar
commited on
Commit
·
0ef09d3
1
Parent(s):
22e5df6
changed font
Browse files
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(
|
|
|
|
|
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(
|