final changes

This commit is contained in:
Gitea
2019-10-27 13:10:10 +01:00
parent 4697018a6e
commit 091c8d6f19
6 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<div id='heading'>
<div class='inner'>
<img src='{% static 'favicon.ico' %}' />
<h1 id='title'>Bloom up your region</h1>
<h1 id='title'>Spring Up Your Region</h1>
</div>
</div>
+2
View File
@@ -36,6 +36,8 @@ function identify() {
<input id="image_in" type="file" accept="image/*" capture="camera" />
<br>
<button id="btn_identify" class="btn btn-default" onclick="identify()">Identify the tree</button>
<div id="loader" class="loader hidden"></div>