c4ai / index.html
exnrt's picture
Update index.html
bd6ecf7 verified
raw
history blame
410 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.1.0/gradio.js"
></script>
<gradio-app src="https://cohereforai-c4ai-command-r-plus.hf.space"></gradio-app>
</body>
</html>