Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -25,6 +25,7 @@
|
|
| 25 |
<label id="status"></label>
|
| 26 |
<input id="upload" type="file" accept="image/*" />
|
| 27 |
|
|
|
|
| 28 |
|
| 29 |
</body>
|
| 30 |
|
|
|
|
| 25 |
<label id="status"></label>
|
| 26 |
<input id="upload" type="file" accept="image/*" />
|
| 27 |
|
| 28 |
+
<button id="download-button" style="display: none;">⬇️ Download Result</button>
|
| 29 |
|
| 30 |
</body>
|
| 31 |
|