PrakhAI commited on
Commit
543bd37
·
1 Parent(s): adcf297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- image_data = 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: "),
 
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: "),