Prime810 commited on
Commit
31a97cc
·
verified ·
1 Parent(s): 549c71a

Update Frontend/index.html

Browse files
Files changed (1) hide show
  1. Frontend/index.html +2 -0
Frontend/index.html CHANGED
@@ -10,6 +10,8 @@
10
  <h1>Photo to Emoji Converter</h1>
11
  <video autoplay="true" id="videoElement"></video>
12
  <br />
 
 
13
  <button onclick="captureAndSend()">Capture & Predict</button>
14
  <div id="emojiDisplay"></div>
15
  <div id="emotionText"></div>
 
10
  <h1>Photo to Emoji Converter</h1>
11
  <video autoplay="true" id="videoElement"></video>
12
  <br />
13
+ <!-- 🔄 Flip Camera button -->
14
+ <button onclick="toggleCamera()">🔄 Flip Camera</button>
15
  <button onclick="captureAndSend()">Capture & Predict</button>
16
  <div id="emojiDisplay"></div>
17
  <div id="emotionText"></div>