keneonyeachonam
commited on
Commit
•
977c7a4
1
Parent(s):
84958c9
Update index.html
Browse files- index.html +21 -0
index.html
CHANGED
@@ -17,3 +17,24 @@
|
|
17 |
</div>
|
18 |
</body>
|
19 |
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
</div>
|
18 |
</body>
|
19 |
</html>
|
20 |
+
|
21 |
+
<!DOCTYPE html>
|
22 |
+
<html>
|
23 |
+
<head>
|
24 |
+
<meta charset="utf-8" />
|
25 |
+
<meta name="viewport" content="width=device-width" />
|
26 |
+
<title>My static Space</title>
|
27 |
+
<link rel="stylesheet" href="style.css" />
|
28 |
+
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
29 |
+
<script>mermaid.initialize({startOnLoad:true});</script>
|
30 |
+
</head>
|
31 |
+
<body>
|
32 |
+
|
33 |
+
|
34 |
+
<iframe
|
35 |
+
src="https://keneonyeachonam-fhir-streamlit-chatgpt-031323.hf.space"
|
36 |
+
frameborder="0"
|
37 |
+
width="850"
|
38 |
+
height="450"
|
39 |
+
></iframe>
|
40 |
+
|