| <script> | |
| import "@gradio/theme/reset.css"; | |
| import "@gradio/theme/global.css"; | |
| import "@gradio/theme/pollen.css"; | |
| import "@gradio/theme/typography.css"; | |
| import "./svelte_init"; | |
| </script> | |
| <slot></slot> | |
| <style> | |
| :global(body) { | |
| background: var(--body-background-fill); | |
| color: var(--body-text-color); | |
| } | |
| </style> | |