Spaces:
Sleeping
Sleeping
File size: 208 Bytes
ae18532 |
1 2 3 4 5 6 7 8 9 |
() =>{
if (window.location.hostname.endsWith(".hf.space")) {
const hfHeader = document.getElementById("huggingface-space-header");
if (hfHeader) {
hfHeader.style.display = "none";
}
}
}
|