harishsohani commited on
Commit
9798bf3
·
verified ·
1 Parent(s): 1f5bd50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ def formatted_number_input2(title, hint, minval, maxval, defvalue, steps, valfor
22
  min_value=minval,
23
  max_value=maxval,
24
  value=defvalue,
25
- step=steps,
26
  format=valformat
27
  )
28
 
 
22
  min_value=minval,
23
  max_value=maxval,
24
  value=defvalue,
 
25
  format=valformat
26
  )
27