Spaces:
Running
Running
Update templates/chat_page.html
Browse files- templates/chat_page.html +11 -4
templates/chat_page.html
CHANGED
|
@@ -30,10 +30,17 @@
|
|
| 30 |
|
| 31 |
<!-- api key info -->
|
| 32 |
<button id="help-btn" class="btn btn-ghost" title="How to get your API key">
|
| 33 |
-
<svg xmlns="http://www.w3.org/2000/svg"
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
</svg>
|
| 38 |
</button>
|
| 39 |
|
|
|
|
| 30 |
|
| 31 |
<!-- api key info -->
|
| 32 |
<button id="help-btn" class="btn btn-ghost" title="How to get your API key">
|
| 33 |
+
<svg xmlns="http://www.w3.org/2000/svg"
|
| 34 |
+
viewBox="0 0 24 24"
|
| 35 |
+
fill="none"
|
| 36 |
+
stroke="currentColor"
|
| 37 |
+
stroke-width="2"
|
| 38 |
+
stroke-linecap="round"
|
| 39 |
+
stroke-linejoin="round"
|
| 40 |
+
class="help-icon">
|
| 41 |
+
<circle cx="12" cy="12" r="10" />
|
| 42 |
+
<path d="M9.09 9a3 3 0 1 1 3.91 4c-.83.44-1 1-1 2" />
|
| 43 |
+
<line x1="12" y1="17" x2="12.01" y2="17" />
|
| 44 |
</svg>
|
| 45 |
</button>
|
| 46 |
|