Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ print([(k, type(v)) for (k, v) in state.items()])
|
|
21 |
# st.write(x, 'squared is', x * x)
|
22 |
|
23 |
|
24 |
-
|
25 |
fill_color="rgba(255, 165, 0, 0.3)", # Fixed fill color with some opacity
|
26 |
stroke_width=st.sidebar.slider("Brush width: ", 1, 100, 10),
|
27 |
stroke_color=st.sidebar.color_picker("Enter brush color hex: "),
|
|
|
21 |
# st.write(x, 'squared is', x * x)
|
22 |
|
23 |
|
24 |
+
canvas_result = st_canvas(
|
25 |
fill_color="rgba(255, 165, 0, 0.3)", # Fixed fill color with some opacity
|
26 |
stroke_width=st.sidebar.slider("Brush width: ", 1, 100, 10),
|
27 |
stroke_color=st.sidebar.color_picker("Enter brush color hex: "),
|