Increase tab font size
Browse files
app.py
CHANGED
@@ -86,7 +86,12 @@ theme = gr.themes.Soft(
|
|
86 |
gr.themes.GoogleFont("Poppins"),
|
87 |
gr.themes.GoogleFont("Poppins"),
|
88 |
],
|
89 |
-
).set(
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
|
92 |
with gr.Blocks(
|
|
|
86 |
gr.themes.GoogleFont("Poppins"),
|
87 |
gr.themes.GoogleFont("Poppins"),
|
88 |
],
|
89 |
+
).set(
|
90 |
+
block_background_fill="*neutral_50",
|
91 |
+
block_background_fill_dark="*neutral_950",
|
92 |
+
section_header_text_size="*text_lg",
|
93 |
+
section_header_text_weight="800",
|
94 |
+
)
|
95 |
|
96 |
|
97 |
with gr.Blocks(
|