Evelyn-0423 commited on
Commit
65a7a78
·
1 Parent(s): 65dff00

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -8
index.html CHANGED
@@ -3,11 +3,13 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>App_make-a-protagonist </title>
7
  <style>
8
  .space {
9
- max-width: 150%;
10
- max-height: 150%;
 
 
11
  overflow: hidden;
12
  }
13
  .iframe {
@@ -20,12 +22,11 @@
20
  <body>
21
  <div class="space">
22
  <iframe
23
- src="https://make-a-protagonist-make-a-protagonist-inference.hf.space"
24
- frameborder="0"
25
- width="1450"
26
- height="2400"
27
  ></iframe>
28
-
29
  </div>
30
  </body>
31
  </html>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>My static Space</title>
7
  <style>
8
  .space {
9
+ max-width: 100%;
10
+ max-height: 100%;
11
+ width: 100vw;
12
+ height: 100vh;
13
  overflow: hidden;
14
  }
15
  .iframe {
 
22
  <body>
23
  <div class="space">
24
  <iframe
25
+ src="https://make-a-protagonist-make-a-protagonist-inference.hf.space"
26
+ frameborder="0"
27
+ width="850"
28
+ height="450"
29
  ></iframe>
 
30
  </div>
31
  </body>
32
  </html>