Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingfacejs
/
chat-template-playground
like
13
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6426ece
chat-template-playground
/
src
/
routes
/
+layout.svelte
mishig
HF Staff
Initial commit
50bebf4
18 days ago
raw
Copy download link
history
blame
Safe
104 Bytes
<
script
lang
=
"ts"
>
import
'../app.css'
;
let
{ children }
= $props();
</
script
>
{@render children()}