Spaces:
Running
Running
Update playground.html
Browse files- playground.html +2 -2
playground.html
CHANGED
@@ -553,13 +553,13 @@
|
|
553 |
<div class="flex-1 overflow-y-auto p-4 space-y-5" id="chatMessages"></div>
|
554 |
|
555 |
<!-- Input Area -->
|
556 |
-
|
557 |
<div class="relative">
|
558 |
<textarea id="chatInput"
|
559 |
class="w-full p-3 pr-12 rounded-xl border border-light-darker dark:border-dark-input bg-light-input dark:bg-dark-input focus:outline-none focus:ring-2 focus:ring-primary dark:focus:ring-primary-light text-gray-800 dark:text-white transition-all shadow-inner resize-none min-h-[50px] max-h-[150px]"
|
560 |
placeholder="Type your message..." rows="1"></textarea>
|
561 |
<button id="sendButton" class="absolute right-3 bottom-3 text-gray-400 hover:text-primary dark:hover:text-primary-light transition-colors" aria-label="Send message">
|
562 |
-
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
563 |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8" />
|
564 |
</svg>
|
565 |
<div id="sendLoader" class="hidden">
|
|
|
553 |
<div class="flex-1 overflow-y-auto p-4 space-y-5" id="chatMessages"></div>
|
554 |
|
555 |
<!-- Input Area -->
|
556 |
+
<<div class="border-t border-light-darker dark:border-dark-input p-4 bg-light-card dark:bg-dark-lighter">
|
557 |
<div class="relative">
|
558 |
<textarea id="chatInput"
|
559 |
class="w-full p-3 pr-12 rounded-xl border border-light-darker dark:border-dark-input bg-light-input dark:bg-dark-input focus:outline-none focus:ring-2 focus:ring-primary dark:focus:ring-primary-light text-gray-800 dark:text-white transition-all shadow-inner resize-none min-h-[50px] max-h-[150px]"
|
560 |
placeholder="Type your message..." rows="1"></textarea>
|
561 |
<button id="sendButton" class="absolute right-3 bottom-3 text-gray-400 hover:text-primary dark:hover:text-primary-light transition-colors" aria-label="Send message">
|
562 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" id="sendIcon" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
563 |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8" />
|
564 |
</svg>
|
565 |
<div id="sendLoader" class="hidden">
|