exnrt commited on
Commit
7a5045d
1 Parent(s): 33771ab

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +13 -2
index.html CHANGED
@@ -1,6 +1,17 @@
1
- <iframe
 
 
 
 
 
 
 
 
 
2
  src="https://databricks-dbrx-instruct.hf.space"
3
  frameborder="0"
4
  width="850"
5
  height="450"
6
- ></iframe>
 
 
 
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
+ <iframe
11
  src="https://databricks-dbrx-instruct.hf.space"
12
  frameborder="0"
13
  width="850"
14
  height="450"
15
+ ></iframe>
16
+ </body>
17
+ </html>