HTML5-Dashboard / index.html
awacke1's picture
Update index.html
e24750d
raw
history blame contribute delete
No virus
564 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>MediaPipe Dashboard</h1>
<iframe
src="https://awacke1-4-realtime-mediapipe-ai-from-vid-4d1bf64.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://ai-zth-03-23-5-streamlitwikipediachat.hf.space"
frameborder="0"
width="1800"
height="3200"
></iframe>
</div>
</body>
</html>