Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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
|