Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +4 -0
templates/index.html
CHANGED
@@ -25,6 +25,10 @@
|
|
25 |
<canvas id="canvas" style="display: none;"></canvas>
|
26 |
<div id="result">
|
27 |
<img id="capturedImage" style="display: none; max-width: 100%;">
|
|
|
|
|
|
|
|
|
28 |
<pre id="hfResult"></pre>
|
29 |
</div>
|
30 |
</div>
|
|
|
25 |
<canvas id="canvas" style="display: none;"></canvas>
|
26 |
<div id="result">
|
27 |
<img id="capturedImage" style="display: none; max-width: 100%;">
|
28 |
+
<div id="actionButtons" style="display: none; margin-top: 10px;">
|
29 |
+
<button id="retakeButton" class="btn">Retake</button>
|
30 |
+
<button id="uploadButton" class="btn">Upload to Instagram</button>
|
31 |
+
</div>
|
32 |
<pre id="hfResult"></pre>
|
33 |
</div>
|
34 |
</div>
|