File size: 208 Bytes
4d6f2bc
88a4072
 
 
 
 
 
4d6f2bc
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";
    }
  }
}