osiria commited on
Commit
8fa880c
1 Parent(s): dd422a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)