Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nsarrazin
/
agents-js-oasst
like
5
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
65d7bbe
agents-js-oasst
/
src
/
routes
/
+layout.svelte
nsarrazin
refactoring & better look
39b5447
about 2 years ago
raw
Copy download link
history
blame
178 Bytes
<
script
>
import
ApiKeyModal
from
"$lib/components/ApiKeyModal.svelte"
;
import
"../app.css"
;
</
script
>
<
div
class
=
"p-4 max-w-xl mx-auto"
>
<
ApiKeyModal
/>
<
slot
/>
</
div
>