[update]Add activate true
Browse files
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(
|