Spaces:
Running
Running
Commit
•
cf13f69
1
Parent(s):
23e5ecf
Update index.html
Browse files- index.html +5 -9
index.html
CHANGED
@@ -5,15 +5,11 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
|
|
8 |
</head>
|
9 |
-
<body>
|
10 |
-
<div class="
|
11 |
-
<
|
12 |
-
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
13 |
-
<p>
|
14 |
-
Also don't forget to check the
|
15 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
-
</p>
|
17 |
</div>
|
18 |
</body>
|
19 |
-
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
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 |
+
<iframe src="https://cfahlgren1-model-release-heatmap.hf.space/cfahlgren1" frameborder="0" width="850" height="250" class="w-full"></iframe>
|
|
|
|
|
|
|
|
|
|
|
13 |
</div>
|
14 |
</body>
|
15 |
+
</html>
|