Skip to content

Commit

Permalink
Update myform.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane authored Apr 30, 2024
1 parent da0fc59 commit d75fc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/app/templates/myform.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Milwaukee Bucks Comment Classificaion (Bucks in Six!)</h1>
{% if prediction %}
<h2>Prediction:</h2>
<p>Label: {{ prediction }}</p>
<p>Confidence: {{ confidence }}%</p>
<p>Probability of Label: {{ confidence }}%</p>
{% endif %}
</body>
</html>

0 comments on commit d75fc3a

Please sign in to comment.