Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
fxmarty
/
transformers-regressions
like
0
License:
mit
Dataset card
Files
Files and versions
Community
main
transformers-regressions
/
dana
/
third_party
/
nprogress
/
support
/
extras.css
Félix Marty
add dana
3f268e5
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
87 Bytes
/* Make the entire page show a busy cursor */
.nprogress-busy
body
{
cursor
: wait;
}