Spaces:
Running
Running
| <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> |