|
@@ -35,6 +35,8 @@
|
|
|
|
|
|
const i18n = getContext('i18n');
|
|
const i18n = getContext('i18n');
|
|
|
|
|
|
|
|
+ export let transparentBackground = false;
|
|
|
|
+
|
|
export let submitPrompt: Function;
|
|
export let submitPrompt: Function;
|
|
export let stopResponse: Function;
|
|
export let stopResponse: Function;
|
|
|
|
|
|
@@ -391,7 +393,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="bg-white dark:bg-gray-900">
|
|
|
|
|
|
+ <div class="{transparentBackground ? 'bg-transparent' : 'bg-white dark:bg-gray-900'} ">
|
|
<div class="max-w-6xl px-2.5 md:px-6 mx-auto inset-x-0">
|
|
<div class="max-w-6xl px-2.5 md:px-6 mx-auto inset-x-0">
|
|
<div class=" pb-2">
|
|
<div class=" pb-2">
|
|
<input
|
|
<input
|