Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SDSC
/
digiwild
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3786fb
digiwild
/
app
/
utils_visible.py
vancauwe
feat: checkbox change for different bodyparts
fc85e7c
8 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
120 Bytes
def
set_visible
(
choice
):
if
choice==
"Yes"
:
visible =
True
else
:
visible=
False
return
visible