Spaces:
Running
Running
Update index.html
Browse files- index.html +7 -1
index.html
CHANGED
@@ -31,7 +31,13 @@
|
|
31 |
<span>AI: Idle</span>
|
32 |
</div>
|
33 |
</div>
|
34 |
-
<button id="startStopButton">
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
<div class="settings">
|
36 |
<div class="setting">
|
37 |
<label for="voiceSelect">Voice:</label>
|
|
|
31 |
<span>AI: Idle</span>
|
32 |
</div>
|
33 |
</div>
|
34 |
+
<button id="startStopButton">
|
35 |
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
36 |
+
<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path>
|
37 |
+
<path d="M19 10v2a7 7 0 0 1-14 0v-2"></path>
|
38 |
+
<line x1="12" y1="19" x2="12" y2="23"></line>
|
39 |
+
<line x1="8" y1="23" x2="16" y2="23"></line>
|
40 |
+
</svg> Start Listening </button>
|
41 |
<div class="settings">
|
42 |
<div class="setting">
|
43 |
<label for="voiceSelect">Voice:</label>
|