Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -3,10 +3,13 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
|
|
|
|
|
|
10 |
<script
|
11 |
type="module"
|
12 |
src="https://gradio.s3-us-west-2.amazonaws.com/4.1.0/gradio.js"
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>C4AI Command R+ Chatbot</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<div>
|
11 |
+
<p>To learn more about this model, go <a href="https://exnrt.com/blog/ai/c4ai-command-r-plus/" target="_blank">here</a>.</p>
|
12 |
+
</div>
|
13 |
<script
|
14 |
type="module"
|
15 |
src="https://gradio.s3-us-west-2.amazonaws.com/4.1.0/gradio.js"
|