Update Frontend/index.html
Browse files- Frontend/index.html +5 -2
Frontend/index.html
CHANGED
|
@@ -8,8 +8,11 @@
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<h1>FaceFeel: Your Face, Your Feelings!</h1>
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
<br />
|
|
|
|
| 13 |
<!-- π Flip Camera button -->
|
| 14 |
<button class="btn" onclick="toggleCamera()">π Flip Camera</button>
|
| 15 |
<button class="btn" onclick="captureAndSend()">Capture & Predict</button>
|
|
@@ -27,4 +30,4 @@
|
|
| 27 |
|
| 28 |
<script src="/static/scripts.js"></script>
|
| 29 |
</body>
|
| 30 |
-
</html>
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<h1>FaceFeel: Your Face, Your Feelings!</h1>
|
| 11 |
+
|
| 12 |
+
<!-- β
playsinline added for iOS -->
|
| 13 |
+
<video autoplay playsinline id="videoElement"></video>
|
| 14 |
<br />
|
| 15 |
+
|
| 16 |
<!-- π Flip Camera button -->
|
| 17 |
<button class="btn" onclick="toggleCamera()">π Flip Camera</button>
|
| 18 |
<button class="btn" onclick="captureAndSend()">Capture & Predict</button>
|
|
|
|
| 30 |
|
| 31 |
<script src="/static/scripts.js"></script>
|
| 32 |
</body>
|
| 33 |
+
</html>
|