Update Frontend/index.html
Browse files- Frontend/index.html +4 -3
Frontend/index.html
CHANGED
@@ -13,11 +13,12 @@
|
|
13 |
<!-- π Flip Camera button -->
|
14 |
<button onclick="toggleCamera()">π Flip Camera</button>
|
15 |
<button onclick="captureAndSend()">Capture & Predict</button>
|
16 |
-
<div id="capturedImagePreview"
|
17 |
-
<h3
|
18 |
-
<canvas id="snapshotCanvas"
|
19 |
</div>
|
20 |
|
|
|
21 |
<div id="emojiDisplay"></div>
|
22 |
<div id="emotionText"></div>
|
23 |
<!-- Download link -->
|
|
|
13 |
<!-- π Flip Camera button -->
|
14 |
<button onclick="toggleCamera()">π Flip Camera</button>
|
15 |
<button onclick="captureAndSend()">Capture & Predict</button>
|
16 |
+
<div id="capturedImagePreview">
|
17 |
+
<h3>Captured Image:</h3>
|
18 |
+
<canvas id="snapshotCanvas"></canvas>
|
19 |
</div>
|
20 |
|
21 |
+
|
22 |
<div id="emojiDisplay"></div>
|
23 |
<div id="emotionText"></div>
|
24 |
<!-- Download link -->
|