Spaces:
Sleeping
Sleeping
[Update]Add attacking steps
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ with demo:
|
|
171 |
)
|
172 |
with gr.Row():
|
173 |
gr.Slider(
|
174 |
-
1, 100, value=30, label="Steps", info="Choose between 1 and 100")
|
175 |
|
176 |
# with gr.Row():
|
177 |
# shown_columns = gr.CheckboxGroup(
|
|
|
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(
|