{% extends "base.html" %} {% block title %}Detector Tool{% endblock %} {% block content %}

Real-Time TruthCheck AI



{% if verdict %}

AI Result

Verdict: {{ verdict }}

Similarity Score: {{ "%.4f"|format(score) }}

AI Explanation:

{{ explanation }}

{% if news_link and news_link != '#' %}
View Source {% endif %}
{% endif %} {% endblock %}