Romain Graux commited on
Commit
89c8c01
·
1 Parent(s): 3419713

Update the plot values

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -273,9 +273,9 @@ def main():
273
 
274
  plotmode = st.number_input(
275
  "Plot Mode",
276
- min_value=0,
277
  max_value=3,
278
- value=1,
279
  help="Different plot modes",
280
  )
281
  seed = st.number_input(
 
273
 
274
  plotmode = st.number_input(
275
  "Plot Mode",
276
+ min_value=1,
277
  max_value=3,
278
+ value=2,
279
  help="Different plot modes",
280
  )
281
  seed = st.number_input(