File size: 662 Bytes
21448b7 221d742 7925d48 21448b7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Dialogflow-based chatbot that detects depressed words using a custom list of tokens.</h1>
<div>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/XslF-Rxr504"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
</div>
</body>
</html>
|