warhawkmonk commited on
Commit
78580eb
·
verified ·
1 Parent(s): 742b52f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -444,7 +444,7 @@ with column1:
444
 
445
 
446
  canvas_result = st_canvas(
447
- fill_color="rgba(255, 165, 0, 0.3)", # Fixed fill color with some opacity
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,