Spaces:
Running
Running
File size: 2,334 Bytes
5ac73ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
</head>
<body>
<div style="width: 90%; margin: auto">
<h1>This is my cool webpage 😎</h1>
<iframe
src="https://huggingface.co./datasets/proj-persona/PersonaHub/embed/viewer/instruction/train"
frameborder="0"
width="100%"
height="560px"
></iframe>
<div>
<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>
<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>
<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>
<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>
</div>
</div>
</body>
</html>
|