Prime810 commited on
Commit
04725e4
Β·
verified Β·
1 Parent(s): bac6aab

Update Frontend/index.html

Browse files
Files changed (1) hide show
  1. 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
- <video autoplay="true" id="videoElement"></video>
 
 
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>