Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -66,13 +66,13 @@
|
|
| 66 |
<label class="toggle">
|
| 67 |
<input type="checkbox" id="toggle-pose" checked />
|
| 68 |
<span class="toggle-slider"></span>
|
| 69 |
-
<span class="toggle-label">
|
| 70 |
</label>
|
| 71 |
</div>
|
| 72 |
|
| 73 |
<!-- Threshold -->
|
| 74 |
<div class="control-group threshold-control">
|
| 75 |
-
<label for="threshold">
|
| 76 |
<input type="range" id="threshold" min="0" max="100" value="50" />
|
| 77 |
</div>
|
| 78 |
|
|
|
|
| 66 |
<label class="toggle">
|
| 67 |
<input type="checkbox" id="toggle-pose" checked />
|
| 68 |
<span class="toggle-slider"></span>
|
| 69 |
+
<span class="toggle-label">Armature</span>
|
| 70 |
</label>
|
| 71 |
</div>
|
| 72 |
|
| 73 |
<!-- Threshold -->
|
| 74 |
<div class="control-group threshold-control">
|
| 75 |
+
<label for="threshold">Confiance: <span id="threshold-value">50%</span></label>
|
| 76 |
<input type="range" id="threshold" min="0" max="100" value="50" />
|
| 77 |
</div>
|
| 78 |
|