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