Update index.html
Browse files- index.html +14 -24
index.html
CHANGED
@@ -7,27 +7,17 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
11 |
-
<
|
12 |
-
<
|
13 |
-
|
14 |
-
<
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
<
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
</p>
|
25 |
-
<p>
|
26 |
-
Also don't forget to check the
|
27 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"
|
28 |
-
>Spaces documentation</a
|
29 |
-
>.
|
30 |
-
</p>
|
31 |
-
</div>
|
32 |
-
</body>
|
33 |
-
</html>
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
|
11 |
+
<div class="card">
|
12 |
+
<h1>Welcome to your static Space!</h1>
|
13 |
+
<p>
|
14 |
+
You can modify this app directly by editing <i>index.html</i> in the
|
15 |
+
Files and versions tab.
|
16 |
+
</p>
|
17 |
+
<p>
|
18 |
+
Also don't forget to check the
|
19 |
+
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"
|
20 |
+
>Spaces documentation</a
|
21 |
+
>.
|
22 |
+
</p>
|
23 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|