Wills17 commited on
Commit
19c5cfa
·
verified ·
1 Parent(s): 2d3ad9c

Update templates/chat_page.html

Browse files
Files changed (1) hide show
  1. 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" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
34
- <circle cx="12" cy="12" r="10"/>
35
- <path d="M9.09 9a3 3 0 015.82 1c0 2-3 3-3 3"/>
36
- <line x1="12" y1="17" x2="12" y2="17"/>
 
 
 
 
 
 
 
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