Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ce7e944
1
Parent(s):
ae6df13
update
Browse files
app.py
CHANGED
@@ -1121,7 +1121,7 @@ with gr.Blocks(theme=theme, css=custom_css) as demo:
|
|
1121 |
with gr.Row():
|
1122 |
with gr.Column(scale=1):
|
1123 |
B_slider = gr.Slider(
|
1124 |
-
minimum=
|
1125 |
maximum=100,
|
1126 |
value=30,
|
1127 |
step=5,
|
|
|
1121 |
with gr.Row():
|
1122 |
with gr.Column(scale=1):
|
1123 |
B_slider = gr.Slider(
|
1124 |
+
minimum=1,
|
1125 |
maximum=100,
|
1126 |
value=30,
|
1127 |
step=5,
|