xinchen9 commited on
Commit
4bbee6d
1 Parent(s): 0981ca4

[update]Add activate true

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",interactive=True,)
174
 
175
  # with gr.Row():
176
  # shown_columns = gr.CheckboxGroup(