Update index.html
Browse files- index.html +13 -2
index.html
CHANGED
|
@@ -1,6 +1,17 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>
|