xinchen9 commited on
Commit
9772c4d
1 Parent(s): 4bbee6d

[Update]Add create Column

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -169,8 +169,11 @@ with demo:
169
  elem_id="column-select",
170
  interactive=True,
171
  )
172
-
173
- gr.Slider(1, 100, value=30, step=1, label="Attacking Steps", info="Choose between 1 and 100",interactive=True,)
 
 
 
174
 
175
  # with gr.Row():
176
  # 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=40,
175
+ step=1, label="Attacking Steps", info="Choose between 1 and 100",
176
+ interactive=True,)
177
 
178
  # with gr.Row():
179
  # shown_columns = gr.CheckboxGroup(