Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ with gr.Blocks(css=css) as demo:
|
|
283 |
)
|
284 |
font_size = gr.Dropdown(
|
285 |
choices=["8", "10", "12", "14", "16", "18", "20", "22", "24"],
|
286 |
-
value="
|
287 |
label="Font Size"
|
288 |
)
|
289 |
font_choice = gr.Dropdown(
|
|
|
283 |
)
|
284 |
font_size = gr.Dropdown(
|
285 |
choices=["8", "10", "12", "14", "16", "18", "20", "22", "24"],
|
286 |
+
value="12",
|
287 |
label="Font Size"
|
288 |
)
|
289 |
font_choice = gr.Dropdown(
|