mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Update EditMemoryModal.svelte
This commit is contained in:
parent
9bd031dae3
commit
c377ff80c9
1 changed files with 3 additions and 2 deletions
|
|
@ -80,8 +80,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 a new issue