crrrr30's picture
Upload folder using huggingface_hub
da716ed
raw
history blame
No virus
162 Bytes
app.location$.subscribe(function() {
var tables = document.querySelectorAll("article table")
tables.forEach(function(table) {
new Tablesort(table)
})
})