ceckenrode commited on
Commit
d9f61d1
1 Parent(s): 519094a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -18
index.html CHANGED
@@ -4,28 +4,29 @@
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
  <iframe
11
- src="https://ceckenrode-easy-button-zero-shot-text-class-6c7b8dc.hf.space"
12
- frameborder="0"
13
- width="850"
14
- height="450"
15
- ></iframe>
16
 
17
- <iframe
18
- src="https://ceckenrode-bigscience-bloom.hf.space"
19
- frameborder="0"
20
- width="850"
21
- height="450"
22
- ></iframe>
23
 
24
- <iframe
25
- src="https://ceckenrode-runwayml-stable-diffusion-v1-5.hf.space"
26
- frameborder="0"
27
- width="850"
28
- height="450"
29
- ></iframe>
30
  </body>
31
  </html>
 
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
+ <style>
8
+ iframe {
9
+ display: block;
10
+ margin: 20px auto;
11
+ max-width: 100%;
12
+ height: 60vh;
13
+ }
14
+ </style>
15
  </head>
16
  <body>
17
  <iframe
18
+ src="https://ceckenrode-easy-button-zero-shot-text-class-6c7b8dc.hf.space"
19
+ frameborder="0"
20
+ ></iframe>
 
 
21
 
22
+ <iframe
23
+ src="https://ceckenrode-bigscience-bloom.hf.space"
24
+ frameborder="0"
25
+ ></iframe>
 
 
26
 
27
+ <iframe
28
+ src="https://ceckenrode-runwayml-stable-diffusion-v1-5.hf.space"
29
+ frameborder="0"
30
+ ></iframe>
 
 
31
  </body>
32
  </html>