idolezal commited on
Commit
9529938
β€’
1 Parent(s): 03acd37

Smaller step in "Parameters (B)" input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ with gr.Blocks(theme=gr.themes.Soft(text_size=text_md), css=custom_css) as main:
282
  submission_inputs["parameters"] = gr.Number(
283
  label='Parameters (B)',
284
  value=0.1,
285
- step=0.1,
286
  )
287
 
288
  with gr.Row():
 
282
  submission_inputs["parameters"] = gr.Number(
283
  label='Parameters (B)',
284
  value=0.1,
285
+ step=0.01,
286
  )
287
 
288
  with gr.Row():