SecureLLMSys commited on
Commit
ce7e944
·
1 Parent(s): ae6df13
Files changed (1) hide show
  1. app.py +1 -1
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=10,
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,