Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -444,7 +444,7 @@ with column1:
|
|
444 |
|
445 |
|
446 |
canvas_result = st_canvas(
|
447 |
-
fill_color="rgba(
|
448 |
stroke_width=stroke_width,
|
449 |
stroke_color=stroke_color,
|
450 |
background_color=bg_color,
|
|
|
444 |
|
445 |
|
446 |
canvas_result = st_canvas(
|
447 |
+
fill_color="rgba(0, 0, 0, 0.3)", # Fixed fill color with some opacity
|
448 |
stroke_width=stroke_width,
|
449 |
stroke_color=stroke_color,
|
450 |
background_color=bg_color,
|