Update index.html
Browse files- index.html +6 -2
index.html
CHANGED
@@ -7,7 +7,11 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
<
|
11 |
-
|
|
|
|
|
|
|
|
|
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>
|