Hate Speech Detector

{{ form.csrf_token }}
{{ form.comment(class="text-input", placeholder="Enter social media comment...") }}
{{ form.submit(class="submit-button") }}
{% if prediction %}

Result: {{ prediction }}

Probability: {{ prediction_prob }}%

{% endif %}