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

debug in L73 input num

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