Spaces:
Running
Running
sbiswas3132
commited on
Commit
·
bde21c1
1
Parent(s):
33e626a
Update index.html
Browse files- index.html +16 -6
index.html
CHANGED
@@ -8,12 +8,22 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
-
<h1>Welcome to your
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
17 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</body>
|
19 |
</html>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
+
<h1>Welcome to your HTML-5-Dashboard Space!</h1>
|
12 |
+
<iframe
|
13 |
+
src="https://awacke1-realtime-mediapipe-ai-from-video-a17b503.hf.space"
|
14 |
+
frameborder="0"
|
15 |
+
width="850"
|
16 |
+
height="450"
|
17 |
+
></iframe>
|
18 |
</div>
|
19 |
+
<div>
|
20 |
+
<iframe
|
21 |
+
src="https://sbiswas3132-2-streamlit-graphviz-dynamic-arc-0904b45.hf.space"
|
22 |
+
frameborder="0"
|
23 |
+
width="850"
|
24 |
+
height="450"
|
25 |
+
></iframe>
|
26 |
+
|
27 |
+
</div>
|
28 |
</body>
|
29 |
</html>
|