Render table and folium map as iframe

This commit is contained in:
2020-06-14 00:58:52 +02:00
parent a36cc719ef
commit dd2538f1ea
5 changed files with 31 additions and 49 deletions

View File

@@ -3,6 +3,7 @@
{% block app_content %}
<h1>Dataset visualization</h1>
<iframe class="map", src="/map" width="500" height="500"></iframe>
{{ table|safe }}
<p><a href="{{ url_for('data') }}">Back</a></p>
{% endblock %}