ysharma HF Staff commited on
Commit
15b05b7
·
verified ·
1 Parent(s): f2bdc96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,12 +77,12 @@ COUNTER = """
77
  }
78
  .circle-bg {
79
  fill: none;
80
- stroke: rgba(255, 255, 255, 0.3);
81
  stroke-width: 6;
82
  }
83
  .circle-progress {
84
  fill: none;
85
- stroke: white;
86
  stroke-width: 6;
87
  stroke-linecap: round;
88
  stroke-dasharray: 283;
 
77
  }
78
  .circle-bg {
79
  fill: none;
80
+ stroke: rgba(0, 0, 0, 0.3);
81
  stroke-width: 6;
82
  }
83
  .circle-progress {
84
  fill: none;
85
+ stroke: black;
86
  stroke-width: 6;
87
  stroke-linecap: round;
88
  stroke-dasharray: 283;