my-heatmap / index.html
freddyaboulton's picture
Update index.html
9cbb12b verified
raw
history blame contribute delete
No virus
561 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" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="flex items-center justify-center min-h-screen bg-gray-100">
<div class="shadow-lg w-full max-w-[850px] rounded-lg overflow-hidden">
<iframe src="https://cfahlgren1-model-release-heatmap.hf.space/freddyaboulton" frameborder="0" width="850" height="250"></iframe>
</div>
</body>
</html>