Add option for Sentiment selection
This commit is contained in:
parent
25433104d9
commit
e3476f5298
|
@ -115,6 +115,10 @@
|
||||||
<input type="radio" value="above" name="sentiment-method">
|
<input type="radio" value="above" name="sentiment-method">
|
||||||
Above
|
Above
|
||||||
</label>
|
</label>
|
||||||
|
<label class="radio">
|
||||||
|
<input type="radio" value="nonzero" name="sentiment-method">
|
||||||
|
Nonzero
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue