mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Update AddMemoryModal.svelte
This commit is contained in:
parent
82716f3789
commit
9bd031dae3
@ -70,8 +70,9 @@
|
|||||||
<div class="">
|
<div class="">
|
||||||
<textarea
|
<textarea
|
||||||
bind:value={content}
|
bind:value={content}
|
||||||
class=" bg-transparent w-full text-sm resize-none rounded-xl p-3 outline outline-1 outline-gray-100 dark:outline-gray-800"
|
class=" bg-transparent w-full text-sm rounded-xl p-3 outline outline-1 outline-gray-100 dark:outline-gray-800"
|
||||||
rows="3"
|
rows="6"
|
||||||
|
style="resize: vertical;"
|
||||||
placeholder={$i18n.t('Enter a detail about yourself for your LLMs to recall')}
|
placeholder={$i18n.t('Enter a detail about yourself for your LLMs to recall')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user