Gagan0141's picture
Update templates/index.html
7549365 verified
raw
history blame contribute delete
284 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Emotion Detection</title>
</head>
<body>
<h2>Live Emotion Detection</h2>
<video id="webcam" autoplay playsinline width="420"></video>
<p id="emotion">Emotion: ...</p>
<script src="/static/script.js"></script>
</body>
</html>