Update Frontend/index.html
Browse files- 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>
|