root commited on
Commit
b9f4d50
1 Parent(s): 0663fac

update default eps value

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ epsilon_slider = pn.widgets.FloatSlider(
240
  start=0,
241
  end=0.1,
242
  step=0.005,
243
- value=0.000,
244
  format="1[.]000",
245
  align="center",
246
  max_width=500,
 
240
  start=0,
241
  end=0.1,
242
  step=0.005,
243
+ value=0.005,
244
  format="1[.]000",
245
  align="center",
246
  max_width=500,