{% extends "base.html" %} {% block content %}

AI Differential Diagnosis

{{ summary }}

{% for option in options %}
Please, rate the suggested diagnosis below:

{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}