exnrt commited on
Commit
98e56ef
1 Parent(s): 3c71d57

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -2
index.html CHANGED
@@ -7,7 +7,11 @@
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>
 
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="100%"
14
+ height="450"
15
+ ></iframe>
16
  </body>
17
  </html>