julien-c HF staff commited on
Commit
5ac73ce
β€’
1 Parent(s): 61d9b86

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +78 -15
index.html CHANGED
@@ -1,15 +1,78 @@
1
- <div style="width: 90%; margin: auto;">
2
- <h1>This is my cool webpage 😎</h1>
3
- <iframe
4
- src="https://huggingface.co/datasets/proj-persona/PersonaHub/embed/viewer/instruction/train"
5
- frameborder="0"
6
- width="100%"
7
- height="560px"
8
- ></iframe>
9
- <div>
10
- <div style="background-color: rgb(229 231 235); display: inline-block; margin-right: 20px; margin-top: 20px; border-radius: 1000px;"><img style="display: inline-block; width: 150px;" src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/nN3YVxc-g6ezIVbjTDAgp.png"></div>
11
- <div style="background-color: rgb(229 231 235); display: inline-block; margin-right: 20px; margin-top: 20px; border-radius: 1000px;"><img style="display: inline-block; width: 150px;" src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/yMQ-54qUc9a_TDFqHP0bE.png"></div>
12
- <div style="background-color: rgb(229 231 235); display: inline-block; margin-right: 20px; margin-top: 20px; border-radius: 1000px;"><img style="display: inline-block; width: 150px;" src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/yq2InsCsmbfigMaTdPeUp.png"></div>
13
- <div style="background-color: rgb(229 231 235); display: inline-block; margin-right: 20px; margin-top: 20px; border-radius: 1000px;"><img style="display: inline-block; width: 150px;" src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/jUEJHjMm4cClYCPIOC42e.png"></div>
14
- </div>
15
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>