Rename labels for clarity in index.html

This commit is contained in:
Aykhan Shahsuvarov 2024-11-06 19:38:02 +04:00
parent 3f7e1b94b6
commit b6cf951943

View File

@ -116,12 +116,12 @@
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
</div>
<div class="col-md-3">
<label for="genres-weight">Genres Weight</label>
<label for="genres-weight">Genre Weight</label>
<input type="number" id="genres-weight" name="genres-weight"
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
</div>
<div class="col-md-3">
<label for="nconsts-weight">Nconsts Weight</label>
<label for="nconsts-weight">Cast Weight</label>
<input type="number" id="nconsts-weight" name="nconsts-weight"
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
</div>