agents-js-oasst / src /routes /+layout.svelte
nsarrazin's picture
nsarrazin HF staff
poc with dockerfile & server-side
2bcd13d
raw
history blame
No virus
96 Bytes
<script>
import "../app.css";
</script>
<div class="p-4 max-w-xl mx-auto">
<slot />
</div>