diff --git a/nlp/app/templates/myform.html b/nlp/app/templates/myform.html index a3deed8..7813dd4 100644 --- a/nlp/app/templates/myform.html +++ b/nlp/app/templates/myform.html @@ -29,7 +29,7 @@

Milwaukee Bucks Comment Classificaion (Bucks in Six!)

{% if prediction %}

Prediction:

Label: {{ prediction }}

-

Confidence: {{ confidence }}%

+

Probability of Label: {{ confidence }}%

{% endif %}