{% extends "layout.html" %} {% block body %}
{% if prediction!="" %}
The class of your image is: {{prediction}}
{% endif %}
{% endblock %}