Spaces:
Running
Running
File size: 772 Bytes
0e5700c 8fdd9d4 0e5700c 8fdd9d4 0e5700c 4dacd30 0e5700c 4dacd30 0e5700c 8fdd9d4 0e5700c 8fdd9d4 0e5700c 4dacd30 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<!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> |