com-dbrx / index.html
exnrt's picture
Update index.html
3c71d57 verified
raw
history blame
407 Bytes
<!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>
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"></script>
<gradio-app src="https://databricks-dbrx-instruct.hf.space"></gradio-app>
</body>
</html>