Overhaul visualization page and dependency cleanup

This commit is contained in:
2020-06-14 19:07:30 +02:00
parent dd2538f1ea
commit bace83dc3a
3 changed files with 5 additions and 8 deletions

View File

@@ -3,7 +3,9 @@
{% block app_content %}
<h1>Dataset visualization</h1>
<iframe class="map", src="/map" width="500" height="500"></iframe>
<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 %}