Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -2
templates/index.html
CHANGED
@@ -27,9 +27,8 @@
|
|
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
|
31 |
</div>
|
32 |
-
<pre id="hfResult"></pre>
|
33 |
</div>
|
34 |
</div>
|
35 |
<script src="{{ url_for('static', filename='js/script.js') }}"></script>
|
|
|
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 Zapier</button>
|
31 |
</div>
|
|
|
32 |
</div>
|
33 |
</div>
|
34 |
<script src="{{ url_for('static', filename='js/script.js') }}"></script>
|