Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Defalt-404
/
Bittensor-Benchmark-Results
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Bittensor-Benchmark-Results
/
static
/
js
/
script.js
Defalt-404
Add application file
ee5d33c
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
// script.js
$(
document
).
ready
(
function
(
) {
$(
'#csvDataTable'
).
DataTable
({
order
: [[
9
,
'desc'
]]});
});