openweb-ui / src /routes /(app) /+page.svelte
mexicanamerican's picture
Upload folder using huggingface_hub
c9e5647 verified
raw
history blame contribute delete
No virus
98 Bytes
<script lang="ts">
import Chat from '$lib/components/chat/Chat.svelte';
</script>
<Chat />