awacke1 commited on
Commit
0b796f2
·
1 Parent(s): c654f17

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -5,10 +5,6 @@
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
- <script
9
- type="module"
10
- src="https://gradio.s3-us-west-2.amazonaws.com/3.5/gradio.js"
11
- ></script>
12
  </head>
13
  <body>
14
  <div class="card">
@@ -20,8 +16,12 @@
20
  </p>
21
 
22
 
23
-
24
- <gradio-app src="https://awacke1-snomed-loinc-ecqm.hf.space"></gradio-app>
 
 
 
 
25
 
26
 
27
  </div>
 
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 class="card">
 
16
  </p>
17
 
18
 
19
+ <iframe
20
+ src="https://awacke1-snomed-loinc-ecqm.hf.space"
21
+ frameborder="0"
22
+ width="1280"
23
+ height="1024"
24
+ ></iframe>
25
 
26
 
27
  </div>