add prediction

This commit is contained in:
2019-10-27 06:45:07 +01:00
parent 196020243c
commit 10ec5fbbf5
6 changed files with 400 additions and 5 deletions
+6 -2
View File
@@ -8,8 +8,12 @@
<a class="btn btn-default" id="btn_scan" href="{% url 'mobile:scan' %}">Scan a blooming tree</a>
<p>Hey, some predictions</p>
<p></p>
<p>{{ prediction }}</p>
<p>Especially look for the following trees, they are likely to bloom
soon:</p>
{% for tree in prediction %}
{{ tree }}<br>
{% endfor %}
{% endblock %}