{% extends "layout.html" %} {% block body %}

Selected Visualization: {{ current_vis }}

{% if settings is defined %} {% for setting in settings %}

{{ setting }}: {{ settings[setting] }}

{% endfor %} {% endif %}

Image types only, please. Will be resized to CNN input shape.

{% endblock %}