mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
8 lines
277 B
Svelte
8 lines
277 B
Svelte
<div class=" text-center text-6xl mb-3">📄</div>
|
|
<div class="text-center dark:text-white text-2xl font-semibold z-50">Add Files</div>
|
|
|
|
<slot
|
|
><div class=" mt-2 text-center text-sm dark:text-gray-200 w-full">
|
|
Drop any files here to add to the conversation
|
|
</div>
|
|
</slot>
|