Spaces:
Running
Running
Update index.html
Browse files- index.html +78 -15
index.html
CHANGED
@@ -1,15 +1,78 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
<
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
<
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8" />
|
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 style="width: 90%; margin: auto">
|
11 |
+
<h1>This is my cool webpage π</h1>
|
12 |
+
<iframe
|
13 |
+
src="https://huggingface.co/datasets/proj-persona/PersonaHub/embed/viewer/instruction/train"
|
14 |
+
frameborder="0"
|
15 |
+
width="100%"
|
16 |
+
height="560px"
|
17 |
+
></iframe>
|
18 |
+
<div>
|
19 |
+
<div
|
20 |
+
style="
|
21 |
+
background-color: rgb(229 231 235);
|
22 |
+
display: inline-block;
|
23 |
+
margin-right: 20px;
|
24 |
+
margin-top: 20px;
|
25 |
+
border-radius: 1000px;
|
26 |
+
"
|
27 |
+
>
|
28 |
+
<img
|
29 |
+
style="display: inline-block; width: 150px"
|
30 |
+
src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/nN3YVxc-g6ezIVbjTDAgp.png"
|
31 |
+
/>
|
32 |
+
</div>
|
33 |
+
<div
|
34 |
+
style="
|
35 |
+
background-color: rgb(229 231 235);
|
36 |
+
display: inline-block;
|
37 |
+
margin-right: 20px;
|
38 |
+
margin-top: 20px;
|
39 |
+
border-radius: 1000px;
|
40 |
+
"
|
41 |
+
>
|
42 |
+
<img
|
43 |
+
style="display: inline-block; width: 150px"
|
44 |
+
src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/yMQ-54qUc9a_TDFqHP0bE.png"
|
45 |
+
/>
|
46 |
+
</div>
|
47 |
+
<div
|
48 |
+
style="
|
49 |
+
background-color: rgb(229 231 235);
|
50 |
+
display: inline-block;
|
51 |
+
margin-right: 20px;
|
52 |
+
margin-top: 20px;
|
53 |
+
border-radius: 1000px;
|
54 |
+
"
|
55 |
+
>
|
56 |
+
<img
|
57 |
+
style="display: inline-block; width: 150px"
|
58 |
+
src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/yq2InsCsmbfigMaTdPeUp.png"
|
59 |
+
/>
|
60 |
+
</div>
|
61 |
+
<div
|
62 |
+
style="
|
63 |
+
background-color: rgb(229 231 235);
|
64 |
+
display: inline-block;
|
65 |
+
margin-right: 20px;
|
66 |
+
margin-top: 20px;
|
67 |
+
border-radius: 1000px;
|
68 |
+
"
|
69 |
+
>
|
70 |
+
<img
|
71 |
+
style="display: inline-block; width: 150px"
|
72 |
+
src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/jUEJHjMm4cClYCPIOC42e.png"
|
73 |
+
/>
|
74 |
+
</div>
|
75 |
+
</div>
|
76 |
+
</div>
|
77 |
+
</body>
|
78 |
+
</html>
|