add prediction
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user