HTML-5-Dashboard / index.html
sbiswas3132's picture
Update index.html
bde21c1
raw
history blame contribute delete
618 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>Welcome to your HTML-5-Dashboard Space!</h1>
<iframe
src="https://awacke1-realtime-mediapipe-ai-from-video-a17b503.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
</div>
<div>
<iframe
src="https://sbiswas3132-2-streamlit-graphviz-dynamic-arc-0904b45.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
</div>
</body>
</html>