xinchen9 commited on
Commit
548e41a
·
verified ·
1 Parent(s): 8ec1b04

[Update]Add step bar

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -169,6 +169,9 @@ with demo:
169
  elem_id="column-select",
170
  interactive=True,
171
  )
 
 
 
172
 
173
  # with gr.Row():
174
  # shown_columns = gr.CheckboxGroup(
 
169
  elem_id="column-select",
170
  interactive=True,
171
  )
172
+ with gr.Row():
173
+ shown_columns_4 =gr.Slider(
174
+ 1, 100, value=30, label="Steps", info="Choose between 1 and 100")
175
 
176
  # with gr.Row():
177
  # shown_columns = gr.CheckboxGroup(