Iker commited on
Commit
6738f41
β€’
1 Parent(s): 49c00c2

Increase tab font size

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -86,7 +86,12 @@ theme = gr.themes.Soft(
86
  gr.themes.GoogleFont("Poppins"),
87
  gr.themes.GoogleFont("Poppins"),
88
  ],
89
- ).set(block_background_fill="*neutral_50", block_background_fill_dark="*neutral_950")
 
 
 
 
 
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(