Skip to content

Commit

Permalink
set 0.5 as min similarity due to high model value range
Browse files Browse the repository at this point in the history
  • Loading branch information
do-me committed Dec 9, 2023
1 parent ff8aecb commit 76f97ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h5><label for="margin" class="d-inline-block" data-toggle="tooltip"
</div>
<div class="d-flex">
<input type="number" class="form-control" id="minScore" min="0.5" max="1" step="0.01" value="0">
<input type="range" class="form-control-range" id="minScoreRange" min="0.5" max="1" step="0.01" value="0">
<input type="range" class="form-control-range" id="minScoreRange" min="0.5" max="1" step="0.01" value="0.5">
</div>

<div class="d-flex">
Expand Down

0 comments on commit 76f97ee

Please sign in to comment.