Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blanchon
/
LeRobot-Arena
like
4
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c764bfc
LeRobot-Arena
/
src
/
routes
/
+layout.svelte
blanchon
squash: initial commit
3aea7c6
6 months ago
raw
Copy download link
history
blame
164 Bytes
<
script
lang
=
"ts"
>
import
'../app.css'
;
let
{ children }
= $props();
</
script
>
<
div
class
=
"h-screen w-screen bg-black text-white"
>
{@render children()}
</
div
>