keneonyeachonam commited on
Commit
4c7a6d6
1 Parent(s): 1086f34

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
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>
 
 
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>