Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Thomas G. Lopes
commited on
Commit
·
6ca8d92
1
Parent(s):
912969f
change outline
Browse files
src/lib/components/inference-playground/message-textarea.svelte
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
import { TextareaAutosize } from "$lib/spells/textarea-autosize.svelte.js";
|
4 |
import { conversations } from "$lib/state/conversations.svelte";
|
5 |
import { cmdOrCtrl } from "$lib/utils/platform.js";
|
6 |
-
import { addToast } from "../toaster.svelte.js";
|
7 |
|
8 |
const multiple = $derived(conversations.active.length > 1);
|
9 |
const loading = $derived(conversations.generating);
|
@@ -33,7 +32,7 @@
|
|
33 |
|
34 |
<div class="mt-auto px-2">
|
35 |
<label
|
36 |
-
class="flex w-full items-end rounded-[32px] bg-gray-200 p-2 pl-6 outline-gray-
|
37 |
>
|
38 |
<textarea
|
39 |
placeholder="Enter your message"
|
|
|
3 |
import { TextareaAutosize } from "$lib/spells/textarea-autosize.svelte.js";
|
4 |
import { conversations } from "$lib/state/conversations.svelte";
|
5 |
import { cmdOrCtrl } from "$lib/utils/platform.js";
|
|
|
6 |
|
7 |
const multiple = $derived(conversations.active.length > 1);
|
8 |
const loading = $derived(conversations.generating);
|
|
|
32 |
|
33 |
<div class="mt-auto px-2">
|
34 |
<label
|
35 |
+
class="flex w-full items-end rounded-[32px] bg-gray-200 p-2 pl-6 outline-gray-400 focus-within:outline-2 dark:bg-gray-800"
|
36 |
>
|
37 |
<textarea
|
38 |
placeholder="Enter your message"
|