Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ init_output = extract(init_text)
|
|
202 |
|
203 |
|
204 |
|
205 |
-
with gr.Blocks() as interface:
|
206 |
|
207 |
with gr.Row():
|
208 |
gr.Markdown(header)
|
|
|
202 |
|
203 |
|
204 |
|
205 |
+
with gr.Blocks(theme=gr.themes.Default(text_size="lg", spacing_size="lg")) as interface:
|
206 |
|
207 |
with gr.Row():
|
208 |
gr.Markdown(header)
|