Subh775 commited on
Commit
d4323ed
·
verified ·
1 Parent(s): df6b3d3

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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="25" step="1">
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>