Add processing module

This commit is contained in:
2020-06-13 20:57:21 +02:00
parent ffe9009d1b
commit 7011a8f405
5 changed files with 59 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
{% block app_content %}
<h1>Dataset visualization</h1>
<img src="data:image/png;base64,{{ plot }}" alt="Image Placeholder">
<img src="data:image/png;base64,{{ map }}" alt="Image Placeholder">
<img src="data:image/png;base64,{{ plot }}" alt="Plot Placeholder">
<img src="data:image/png;base64,{{ map }}" alt="Map Placeholder">
<p><a href="{{ url_for('data') }}">Back</a></p>
{% endblock %}