Spaces:
Running
Running
Update index.html
Browse files- index.html +15 -14
index.html
CHANGED
@@ -1,23 +1,24 @@
|
|
1 |
-
<!
|
2 |
<html lang="en">
|
3 |
-
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
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-[850px] rounded-lg overflow-hidden">
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
</div>
|
|
|
21 |
</div>
|
22 |
-
</body>
|
23 |
-
</html>
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
+
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
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-[850px] rounded-lg overflow-hidden">
|
12 |
+
<div class="w-full overflow-x-auto">
|
13 |
+
<div class="w-[850px]">
|
14 |
+
<iframe
|
15 |
+
src="https://cfahlgren1-model-release-heatmap.hf.space/cfahlgren1"
|
16 |
+
class="w-full h-[300px]"
|
17 |
+
frameborder="0"
|
18 |
+
>
|
19 |
+
</iframe>
|
20 |
</div>
|
21 |
+
</div>
|
22 |
</div>
|
23 |
+
</body>
|
24 |
+
</html>
|