Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adamelliotfields
/
diffusion
like
9
Running
on
Zero
App
Files
Files
Community
66
52bf5e0
diffusion
/
app.js
adamelliotfields
Remove accordion menu
b70fffe
verified
2 months ago
raw
Copy download link
history
blame
Safe
208 Bytes
() =>{
if
(
window
.
location
.
hostname
.
endsWith
(
".hf.space"
)) {
const
hfHeader =
document
.
getElementById
(
"huggingface-space-header"
);
if
(hfHeader) {
hfHeader.
style
.
display
=
"none"
;
}
}
}