Ashikin's picture
Update index.html
221d742 verified
raw
history blame contribute delete
662 Bytes
<!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>