cesar commited on
Commit
9f83586
·
1 Parent(s): 5e0e1b3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -77,7 +77,7 @@
77
  if (age < 18) {
78
  const box = detection.detection.box;
79
  const ctx = canvas.getContext('2d');
80
- ctx.fillStyle = "rgba(255, 255, 255, 0.5)"; // Color blanco semi-transparente
81
  ctx.fillRect(box.x, box.y, box.width, box.height);
82
 
83
  }
 
77
  if (age < 18) {
78
  const box = detection.detection.box;
79
  const ctx = canvas.getContext('2d');
80
+ ctx.fillStyle = "rgba(255, 255, 255, 0.8)"; // Color blanco semi-transparente
81
  ctx.fillRect(box.x, box.y, box.width, box.height);
82
 
83
  }