{% extends "base.html" %} {% block title %}Login — IrisAI{% endblock %} {% block head %} {% endblock %} {% block body %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for cat, msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %}

Welcome back

Sign in to run predictions


No account? Create one

{% endblock %}