Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chibop
/
AISimBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
76e64d1
AISimBot
/
play.js
chibop
Upload folder using huggingface_hub
76e64d1
verified
11 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
function
(
) {
const
player =
document
.
querySelector
(
"#player button.play-pause-button"
);
if
(player) {
player.
click
()
}
}