Spaces:
Build error
Build error
fix assistant prompt examples
Browse files
src/lib/components/chat/AssistantIntroduction.svelte
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
const dispatch = createEventDispatcher<{ message: string }>();
|
13 |
</script>
|
14 |
|
15 |
-
<div class="flex h-full w-full flex-col content-center items-center justify-center">
|
16 |
<div
|
17 |
class="relative mt-auto rounded-2xl bg-gray-100 text-gray-600 dark:border-gray-800 dark:bg-gray-800/60 dark:text-gray-300"
|
18 |
>
|
|
|
12 |
const dispatch = createEventDispatcher<{ message: string }>();
|
13 |
</script>
|
14 |
|
15 |
+
<div class="flex h-full w-full flex-col content-center items-center justify-center pb-52">
|
16 |
<div
|
17 |
class="relative mt-auto rounded-2xl bg-gray-100 text-gray-600 dark:border-gray-800 dark:bg-gray-800/60 dark:text-gray-300"
|
18 |
>
|