hynky's picture
hynky HF staff
chunk the files
f646380
raw
history blame
248 Bytes
import { plotClusters } from './clusters'
import { init_ablation_plot } from './plotting'
document.addEventListener("DOMContentLoaded", () => {
console.log("DOMContentLoaded");
plotClusters();
init_ablation_plot();
}, { once: true });