com-dbrx / index.html
exnrt's picture
Update index.html
a53d4d8 verified
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<iframe
src="https://databricks-dbrx-instruct.hf.space"
frameborder="0"
width="100%"
height="5000"
></iframe>
</body>
</html>