Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -186,7 +186,7 @@
|
|
| 186 |
<label>Confidence Threshold</label>
|
| 187 |
<span class="confidence-value" id="conf-display">0.05</span>
|
| 188 |
</div>
|
| 189 |
-
<input id="conf-slider" type="range" min="0" max="100" value="
|
| 190 |
</div>
|
| 191 |
|
| 192 |
<button id="predict-btn" class="action-btn" disabled>Detect Leaves</button>
|
|
|
|
| 186 |
<label>Confidence Threshold</label>
|
| 187 |
<span class="confidence-value" id="conf-display">0.05</span>
|
| 188 |
</div>
|
| 189 |
+
<input id="conf-slider" type="range" min="0" max="100" value="5" step="1">
|
| 190 |
</div>
|
| 191 |
|
| 192 |
<button id="predict-btn" class="action-btn" disabled>Detect Leaves</button>
|