my-heatmap / index.html
cfahlgren1's picture
cfahlgren1 HF staff
Update index.html
4dacd30 verified
raw
history blame contribute delete
772 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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-[1000px] rounded-lg overflow-hidden">
<div class="w-full overflow-x-auto">
<div class="w-[1000px]">
<iframe
src="https://cfahlgren1-model-release-heatmap.hf.space/cfahlgren1"
class="w-full h-[300px]"
frameborder="0"
>
</iframe>
</div>
</div>
</div>
</body>
</html>