graphPaname/app/templates/visualization.html

12 lines
315 B
HTML

{% extends "base.html" %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
<h1>Dataset visualization</h1>
<iframe class="map", src="/map" width="400" height="400"></iframe>
<table style="margin-left: 350px;">
{{ table|safe }}
</table>
<p><a href="{{ url_for('data') }}">Back</a></p>
{% endblock %}