Spaces:
Running
Running
Remove gendered pronoun (#1219)
Browse filesCo-authored-by: Nathan Sarrazin <[email protected]>
src/lib/components/AssistantSettings.svelte
CHANGED
@@ -245,7 +245,7 @@
|
|
245 |
<textarea
|
246 |
name="description"
|
247 |
class="h-15 w-full rounded-lg border-2 border-gray-200 bg-gray-100 p-2"
|
248 |
-
placeholder="
|
249 |
value={assistant?.description ?? ""}
|
250 |
/>
|
251 |
<p class="text-xs text-red-500">{getError("description", form)}</p>
|
|
|
245 |
<textarea
|
246 |
name="description"
|
247 |
class="h-15 w-full rounded-lg border-2 border-gray-200 bg-gray-100 p-2"
|
248 |
+
placeholder="It knows everything about python"
|
249 |
value={assistant?.description ?? ""}
|
250 |
/>
|
251 |
<p class="text-xs text-red-500">{getError("description", form)}</p>
|