Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ theme = gr.themes.Default(
|
|
14 |
).set(
|
15 |
body_text_color='*primary_950',
|
16 |
body_text_color_dark='*secondary_50',
|
17 |
-
body_text_size='
|
18 |
body_text_color_subdued='*primary_400',
|
19 |
body_text_weight='500',
|
20 |
background_fill_primary='*primary_300',
|
|
|
14 |
).set(
|
15 |
body_text_color='*primary_950',
|
16 |
body_text_color_dark='*secondary_50',
|
17 |
+
body_text_size='26px', # Increase body text size
|
18 |
body_text_color_subdued='*primary_400',
|
19 |
body_text_weight='500',
|
20 |
background_fill_primary='*primary_300',
|