Spaces:
Running
Running
Commit
•
4dacd30
1
Parent(s):
0e5700c
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
</head>
|
10 |
<body class="flex items-center justify-center min-h-screen bg-gray-100">
|
11 |
-
<div class="shadow-lg w-full max-w-[
|
12 |
<div class="w-full overflow-x-auto">
|
13 |
-
<div class="w-[
|
14 |
<iframe
|
15 |
src="https://cfahlgren1-model-release-heatmap.hf.space/cfahlgren1"
|
16 |
class="w-full h-[300px]"
|
@@ -21,4 +21,4 @@
|
|
21 |
</div>
|
22 |
</div>
|
23 |
</body>
|
24 |
-
</html>
|
|
|
8 |
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
</head>
|
10 |
<body class="flex items-center justify-center min-h-screen bg-gray-100">
|
11 |
+
<div class="shadow-lg w-full max-w-[1000px] rounded-lg overflow-hidden">
|
12 |
<div class="w-full overflow-x-auto">
|
13 |
+
<div class="w-[1000px]">
|
14 |
<iframe
|
15 |
src="https://cfahlgren1-model-release-heatmap.hf.space/cfahlgren1"
|
16 |
class="w-full h-[300px]"
|
|
|
21 |
</div>
|
22 |
</div>
|
23 |
</body>
|
24 |
+
</html>
|