Sentiment Analysis


{% if result %}

Result:

Label: {{ result['label'] }}

Confidence: {{ result['score'] | round(2) }}

{% endif %}