open-webui/src/lib/components/AddFilesPlaceholder.svelte

9 lines
277 B
Svelte
Raw Normal View History

2024-01-08 08:43:32 +01:00
<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>
2024-02-01 22:17:47 +01:00
<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>