Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crrrr30
/
cs-mixer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e8085fb
cs-mixer
/
docs
/
javascripts
/
tables.js
crrrr30
Upload folder using huggingface_hub
da716ed
over 1 year ago
raw
Copy download link
history
blame
Safe
162 Bytes
app.
location$
.
subscribe
(
function
(
) {
var
tables =
document
.
querySelectorAll
(
"article table"
)
tables.
forEach
(
function
(
table
) {
new
Tablesort
(table)
})
})