Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
julien-c
/
push-model-from-web
like
9
Running
App
Files
Files
Community
2
refs/pr/2
push-model-from-web
/
tailwind.config.js
julien-c
HF staff
Basic app UI
431b4de
verified
almost 3 years ago
raw
Copy download link
history
blame
Safe
94 Bytes
module
.
exports
= {
content
: [
"./**/*.{html,js}"
],
theme
: {
extend
: {},
},
plugins
: [],
}