mimbres commited on
Commit
0ac45ce
1 Parent(s): bca077e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -129,6 +129,7 @@ YOUTUBE_EXAMPLES = ["https://www.youtube.com/watch?v=vMboypSkj3c"]
129
  # with gr.Blocks(theme=theme) as demo:
130
  theme = gr.Theme.from_hub("gradio/dracula_revamped")
131
  theme.text_md = '9px'
 
132
  with gr.Blocks(theme=theme) as demo:
133
 
134
  with gr.Row():
 
129
  # with gr.Blocks(theme=theme) as demo:
130
  theme = gr.Theme.from_hub("gradio/dracula_revamped")
131
  theme.text_md = '9px'
132
+ theme.text_lg = '11px'
133
  with gr.Blocks(theme=theme) as demo:
134
 
135
  with gr.Row():