eagle0504 commited on
Commit
a692993
1 Parent(s): 3149505

input arg updated

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -68,7 +68,11 @@ with st.sidebar:
68
 
69
  # Quantization
70
  q_levels = st.number_input(
71
- "Insert an integer for levels of quantization:", value=1, step=1
 
 
 
 
72
  )
73
 
74
  # Input filter
 
68
 
69
  # Quantization
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
  )
77
 
78
  # Input filter