Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Feb 4, 2024
1 parent e76c493 commit 8924921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
step="0.05" value="{{ conf.TEMPERATURE }}">
</div>
<div class="form-group control-slider-form">
<label for="cutoffSlider">Relevance search cut-off:</label><br />
<label for="cutoffSlider">Relevance cut-off:</label><br />
<small class="form-text text-muted">Value: <span id="cutoffValue">{{
conf.CROSS_ENCODER_THRESHOLD }}</span></small><br />
<input type="range" class="form-control-range" id="cutoffSlider" min="0.0" max="5.0"
Expand All @@ -74,4 +74,4 @@
</div>
</body>

</html>
</html>

0 comments on commit 8924921

Please sign in to comment.