Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NERDDISCO
/
LeRobot.js
like
3
Running
App
Files
Files
Community
15c7897
LeRobot.js
/
src
/
demo
/
index.css
NERDDISCO
feat: added react / tailwind ui
0d9f1af
28 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;
}
}