Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -543,7 +543,7 @@ tailwind.config = {
|
|
| 543 |
</div>
|
| 544 |
|
| 545 |
<!-- Input -->
|
| 546 |
-
<div class="border-t border-ash bg-smoke px-4 py-3 flex-shrink-0">
|
| 547 |
<div class="flex items-end gap-2 bg-ash rounded-lg border border-mist focus-within:border-amber transition-colors px-3 py-2">
|
| 548 |
<textarea id="user-input"
|
| 549 |
placeholder="Send a message..."
|
|
|
|
| 543 |
</div>
|
| 544 |
|
| 545 |
<!-- Input -->
|
| 546 |
+
<div id="input-footer" class="border-t border-ash bg-smoke px-4 py-3 flex-shrink-0">
|
| 547 |
<div class="flex items-end gap-2 bg-ash rounded-lg border border-mist focus-within:border-amber transition-colors px-3 py-2">
|
| 548 |
<textarea id="user-input"
|
| 549 |
placeholder="Send a message..."
|