Spaces:
Sleeping
Sleeping
[Update]Add create Column
Browse files
app.py
CHANGED
|
@@ -169,8 +169,11 @@ with demo:
|
|
| 169 |
elem_id="column-select",
|
| 170 |
interactive=True,
|
| 171 |
)
|
| 172 |
-
|
| 173 |
-
|
|
|
|
|
|
|
|
|
|
| 174 |
|
| 175 |
# with gr.Row():
|
| 176 |
# shown_columns = gr.CheckboxGroup(
|
|
|
|
| 169 |
elem_id="column-select",
|
| 170 |
interactive=True,
|
| 171 |
)
|
| 172 |
+
with gr.Row():
|
| 173 |
+
shown_columns_4 = gr.Slider(
|
| 174 |
+
1, 100, value=40,
|
| 175 |
+
step=1, label="Attacking Steps", info="Choose between 1 and 100",
|
| 176 |
+
interactive=True,)
|
| 177 |
|
| 178 |
# with gr.Row():
|
| 179 |
# shown_columns = gr.CheckboxGroup(
|