keneonyeachonam
commited on
Commit
•
4c7a6d6
1
Parent(s):
1086f34
Update index.html
Browse files- index.html +17 -10
index.html
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
@@ -7,13 +6,21 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</body>
|
19 |
-
</html>
|
|
|
|
|
1 |
<html>
|
2 |
<head>
|
3 |
<meta charset="utf-8" />
|
|
|
6 |
<link rel="stylesheet" href="style.css" />
|
7 |
</head>
|
8 |
<body>
|
9 |
+
<iframe
|
10 |
+
src="https://awacke1-streamlit-ai-letter-ui.hf.space"
|
11 |
+
frameborder="0"
|
12 |
+
width="800"
|
13 |
+
height="1280"
|
14 |
+
></iframe>
|
15 |
+
|
16 |
+
<iframe
|
17 |
+
src="https://keneonyeachonam-memory-chat-story-generator-chatgpt-041723.hf.space"
|
18 |
+
frameborder="0"
|
19 |
+
width="850"
|
20 |
+
height="450"
|
21 |
+
></iframe>
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
</body>
|
26 |
+
</html>
|