xinchen9 commited on
Commit
5d3ae8f
·
verified ·
1 Parent(s): 4e0716c

[Update]remove row

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