Spaces:
Running
Running
Update index.html
Browse files- index.html +11 -1
index.html
CHANGED
@@ -5,7 +5,11 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
-
|
|
|
|
|
|
|
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1>Welcome to your static Space!</h1>
|
@@ -14,6 +18,12 @@
|
|
14 |
Also don't forget to check the
|
15 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
</div>
|
18 |
</body>
|
19 |
</html>
|
|
|
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">
|
15 |
<h1>Welcome to your static Space!</h1>
|
|
|
18 |
Also don't forget to check the
|
19 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
20 |
</p>
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
<gradio-app src="https://awacke1-snomed-loinc-ecqm.hf.space"></gradio-app>
|
25 |
+
|
26 |
+
|
27 |
</div>
|
28 |
</body>
|
29 |
</html>
|