eagle0504 commited on
Commit
ef358e6
·
1 Parent(s): a692993

debug in L73 input num

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with st.sidebar:
70
  q_levels = st.number_input(
71
  "Insert an integer for levels of quantization:",
72
  value=1,
73
- step=1,
74
  min_value=2,
75
  max_value=31,
76
  )
 
70
  q_levels = st.number_input(
71
  "Insert an integer for levels of quantization:",
72
  value=1,
73
+ step=3,
74
  min_value=2,
75
  max_value=31,
76
  )