Sentiment Analysis
Analyze
{% if result %}
Result:
Label:
{{ result['label'] }}
Confidence:
{{ result['score'] | round(2) }}
{% endif %}