exnrt commited on
Commit
3c71d57
1 Parent(s): 7a5045d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -6
index.html CHANGED
@@ -7,11 +7,7 @@
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>
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"></script>
11
+ <gradio-app src="https://databricks-dbrx-instruct.hf.space"></gradio-app>
 
 
 
 
12
  </body>
13
  </html>