Tanaanan commited on
Commit
09ce1e5
·
verified ·
1 Parent(s): ec0108f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ if choice == "Sketchpad input":
62
 
63
  col1,col2 = st.columns(2)
64
  with col2:
65
- stroke_width = st.slider("Stroke width: ", 8, 25, 8)
66
 
67
  with col1:
68
  # ref : https://github.com/andfanilo/streamlit-drawable-canvas
 
62
 
63
  col1,col2 = st.columns(2)
64
  with col2:
65
+ stroke_width = st.slider("Stroke width: ", 2, 10, 2)
66
 
67
  with col1:
68
  # ref : https://github.com/andfanilo/streamlit-drawable-canvas