Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NERDDISCO
/
LeRobot.js
like
3
Running
App
Files
Files
Community
130ae50
LeRobot.js
/
examples
/
demo
/
index.css
NERDDISCO
recover: restore deleted src/lerobot/node/ folder from
ec936d5
130ae50
16 days ago
raw
Copy download link
history
blame
Safe
167 Bytes
@tailwind
base;
@tailwind
components;
@tailwind
utilities;
@layer
base {
* {
@apply
border-border;
}
body
{
@apply
bg-background text-foreground;
}
}