Skip to content

Commit

Permalink
Hopefully works this time (changed value to name)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Nov 20, 2023
1 parent f0e687e commit f6b5f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASR_NL_benchmark/templates/select_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ <h1> Select Hypothesis and Reference files or folders </h1>
<p>_______________________________</p>
<label>Path to hypothesis file or folder</label>
<input type="text" class="form-control" id="hyp" name="hyp" placeholder="Hyp File or folder">
<input type="checkbox" id="skip-hyp-norm" value="skip-hyp-norm">
<input type="checkbox" id="skip-hyp-norm" name="skip-hyp-norm">
<label for="skip-hyp-norm">Skip the normalization step for the hypothesis file(s)</label>
<br>
<p>_______________________________</p>
<label>Path to reference file or folder</label>
<input type="text" class="form-control" id="ref" name="ref" placeholder="Ref File or folder">
<input type="checkbox" id="skip-ref-norm" value="skip-ref-norm">
<input type="checkbox" id="skip-ref-norm" name="skip-ref-norm">
<label for="skip-ref-norm">Skip the normalization step for the reference file(s)</label>
<br>
<button type="submit" class="btn btn-primary" >Submit</button>
Expand Down

0 comments on commit f6b5f0a

Please sign in to comment.