EveryPizza nsarrazin HF Staff commited on
Commit
18d31a6
·
unverified ·
1 Parent(s): 41370a8

Remove gendered pronoun (#1219)

Browse files

Co-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="He knows everything about python"
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>