nagasurendra commited on
Commit
5e5b617
·
verified ·
1 Parent(s): 00c547a

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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 Instagram</button>
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>