Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -244,13 +244,13 @@
|
|
| 244 |
<div class="input-group">
|
| 245 |
<textarea type="text" id="user-text" style="height: 60px; padding: 10px 150px 5px 10px;" placeholder="Type in your message or press record button to speak..."></textarea>
|
| 246 |
<div id="input-audio" class="input-group-append p-2">
|
| 247 |
-
<button id="delete_button" class="mb-2">
|
| 248 |
<img id="delete_img" class="mb-2" src="images/error.png" alt="Del">
|
| 249 |
</button>
|
| 250 |
-
<button id="start_button" class="mb-2">
|
| 251 |
<img id="start_img" class="mb-2" src="images/microphone.png" alt="Record">
|
| 252 |
</button>
|
| 253 |
-
<button id="send_button" class="mb-2">
|
| 254 |
<img id="send_text_img" class="mb-2" src="images/paper-plane.png" alt="Start">
|
| 255 |
</button>
|
| 256 |
</div>
|
|
|
|
| 244 |
<div class="input-group">
|
| 245 |
<textarea type="text" id="user-text" style="height: 60px; padding: 10px 150px 5px 10px;" placeholder="Type in your message or press record button to speak..."></textarea>
|
| 246 |
<div id="input-audio" class="input-group-append p-2">
|
| 247 |
+
<button id="delete_button" class="mb-2 p-2">
|
| 248 |
<img id="delete_img" class="mb-2" src="images/error.png" alt="Del">
|
| 249 |
</button>
|
| 250 |
+
<button id="start_button" class="mb-2 p-2">
|
| 251 |
<img id="start_img" class="mb-2" src="images/microphone.png" alt="Record">
|
| 252 |
</button>
|
| 253 |
+
<button id="send_button" class="mb-2 p-2">
|
| 254 |
<img id="send_text_img" class="mb-2" src="images/paper-plane.png" alt="Start">
|
| 255 |
</button>
|
| 256 |
</div>
|