xinchen9 commited on
Commit
0981ca4
·
verified ·
1 Parent(s): 5d3ae8f

[Update]Change position of slider

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with demo:
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(
 
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(