Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
dataframe-sandbox
like
0
Running
App
Files
Files
Community
1
4128e84
dataframe-sandbox
/
postcss.config.js
hmb
HF Staff
Initial commit: Dataframe demo with Vite + Svelte (no SvelteKit routing)
951c359
3 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
export
default
{
plugins
: {
'@tailwindcss/postcss'
: {},
autoprefixer
: {},
},
};