Romain Graux commited on
Commit
edcca4a
·
unverified ·
1 Parent(s): 1897933

Allow negative wp

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -244,7 +244,6 @@ def main():
244
 
245
  wp = st.number_input(
246
  "Weighting Power",
247
- min_value=0,
248
  value=1,
249
  help="The weighting power is the tuning parameter to fit the line segments on the data. Default value is set to 1. We recommend to vary this value between 0-3 for desired results.",
250
  )
 
244
 
245
  wp = st.number_input(
246
  "Weighting Power",
 
247
  value=1,
248
  help="The weighting power is the tuning parameter to fit the line segments on the data. Default value is set to 1. We recommend to vary this value between 0-3 for desired results.",
249
  )