c4ai / index.html
exnrt's picture
Update index.html
8230ffa verified
raw
history blame
576 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>C4AI Command R+ Chatbot</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div>
<p>To learn more about this model, go <a href="https://exnrt.com/blog/ai/c4ai-command-r-plus/" target="_blank">here</a>.</p>
</div>
<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>