update AI page

This commit is contained in:
Raven Scott 2024-10-02 04:58:01 -04:00
parent 1c6ad3c8b0
commit 94ee7240ad

View File

@ -62,7 +62,7 @@
<!-- Input area with sticky behavior -->
<div class="input-area">
<textarea id="messageInput" class="form-control mb-2" rows="3" placeholder=""
onkeydown="handleKeyDown(event)"></textarea>
onkeydown="handleKeyDown(event)" autofocus></textarea>
<!-- Buttons side by side -->
<div class="d-flex justify-content-between">