diff --git a/.gitignore b/.gitignore index 32271f8..7e313a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store node_modules -/build +/build* /.svelte-kit /package .env diff --git a/backend/open_webui/static/splash.png b/backend/open_webui/static/splash.png new file mode 100644 index 0000000..980b14e Binary files /dev/null and b/backend/open_webui/static/splash.png differ diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 0457a12..b22c314 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1860,7 +1860,6 @@