{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
{# Original image #} {# Result image #} {# Legend #}
Input Image Output Heatmap Legend
original image result image {% for temp, color in legend.items() %} {% endfor %}
Color Temperature
{{ temp }}°C

{# Temperature Frequency Plot #}
Temperature Distribution
{{ freq_plot | safe }}
{% endblock %}