Add option for Sentiment selection

This commit is contained in:
Mark Veidemanis 2022-08-03 07:20:30 +01:00
parent 25433104d9
commit e3476f5298
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@
<input type="radio" value="above" name="sentiment-method">
Above
</label>
<label class="radio">
<input type="radio" value="nonzero" name="sentiment-method">
Nonzero
</label>
</div>
</div>