Artples commited on
Commit
4bc7471
·
verified ·
1 Parent(s): 2c350bc

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +16 -18
index.html CHANGED
@@ -1,19 +1,17 @@
1
- <!doctype html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
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
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
  <html>
3
+ <head>
4
+ <title>Lauche - L-MChat-7b</title>
5
+ <meta name="description" content="L-MChat demonstration" />
6
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7
+ </head>
8
+ <frameset rows="100%">
9
+ <frame src="https://artples-fusechat-7b-chat.hf.space" title="Lauche - L-MChat" frameborder="0" noresize="noresize"/>
10
+ <noframes>
11
+ <body>
12
+ <h1>Lauche - L-MChat</h1>
13
+ <p><a href="https://artples-l-mchat-7b.hf.space/?__theme=dark">http://fusechat.lauche.eu</a> </p>
14
+ </body>
15
+ </noframes>
16
+ </frameset>
17
+ </html>