concauu commited on
Commit
9fa47ef
·
verified ·
1 Parent(s): 9b2c073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(css="""
185
  label="Font Size"
186
  )
187
  font_style = gr.HTML() # This will receive the injected CSS for font size
188
- font_choice.change(
189
  fn=get_font_size,
190
  inputs=font_choice,
191
  outputs=[], # no output component needed
 
185
  label="Font Size"
186
  )
187
  font_style = gr.HTML() # This will receive the injected CSS for font size
188
+ font_choice.change(
189
  fn=get_font_size,
190
  inputs=font_choice,
191
  outputs=[], # no output component needed