Spaces:
Running
Running
File size: 817 Bytes
23e5ecf 8fdd9d4 a25fbdd 8fdd9d4 cf13f69 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<!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-[850px] rounded-lg overflow-hidden">
<div class="w-full overflow-x-auto">
<div class="w-[850px]">
<iframe
src="https://cfahlgren1-model-release-heatmap.hf.space/philipp-zettl?color=17b978"
class="w-full h-[250px]"
frameborder="0">
</iframe>
</div>
</div>
</div>
</body>
</html> |