danhtran2mind commited on
Commit
0c62846
·
verified ·
1 Parent(s): f8c753c

Update apps/gradio_app.py

Browse files
Files changed (1) hide show
  1. apps/gradio_app.py +1 -1
apps/gradio_app.py CHANGED
@@ -167,7 +167,7 @@ input_components = [
167
  gr.Slider(minimum=20, maximum=200, step=2, value=80,
168
  label="Total width (characters)"),
169
 
170
- gr.Slider(minimum=3, maximum=30, step=1, value=5,
171
  label="Total height (lines)"),
172
 
173
  gr.Dropdown(choices=["left", "both", "right"],
 
167
  gr.Slider(minimum=20, maximum=200, step=2, value=80,
168
  label="Total width (characters)"),
169
 
170
+ gr.Slider(minimum=3, maximum=30, step=1, value=3,
171
  label="Total height (lines)"),
172
 
173
  gr.Dropdown(choices=["left", "both", "right"],