Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ init_output = extract(init_text)
|
|
174 |
|
175 |
|
176 |
|
177 |
-
with gr.Blocks(
|
178 |
|
179 |
with gr.Row():
|
180 |
gr.Markdown(header)
|
|
|
174 |
|
175 |
|
176 |
|
177 |
+
with gr.Blocks(theme=gr.themes.Default(text_size="lg", spacing_size="lg")) as interface:
|
178 |
|
179 |
with gr.Row():
|
180 |
gr.Markdown(header)
|