Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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: ",
|
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
|