diffusion / app.js
adamelliotfields's picture
Remove accordion menu
b70fffe verified
raw
history blame contribute delete
208 Bytes
() =>{
if (window.location.hostname.endsWith(".hf.space")) {
const hfHeader = document.getElementById("huggingface-space-header");
if (hfHeader) {
hfHeader.style.display = "none";
}
}
}