Commit
·
0e6bc06
1
Parent(s):
22bb5ba
Update header stylings
Browse files- statics/index.html +1 -0
statics/index.html
CHANGED
@@ -22,6 +22,7 @@
|
|
22 |
<button id="checkAnimalBtn" onclick="uploadAnimal()">Check Animal</button>
|
23 |
</div>
|
24 |
<div id="animal-result"></div>
|
|
|
25 |
<div id="upload-container3">
|
26 |
<input type="file" id="upload3" accept="image/*">
|
27 |
<button id="checkTrashBtn" onclick="uploadTrash()">Classify Garbage</button>
|
|
|
22 |
<button id="checkAnimalBtn" onclick="uploadAnimal()">Check Animal</button>
|
23 |
</div>
|
24 |
<div id="animal-result"></div>
|
25 |
+
<h1>Upload an Image to For Garbage Classification</h1>
|
26 |
<div id="upload-container3">
|
27 |
<input type="file" id="upload3" accept="image/*">
|
28 |
<button id="checkTrashBtn" onclick="uploadTrash()">Classify Garbage</button>
|