Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SDSC
/
digiwild
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8b5cbd2
digiwild
/
app
/
utils
/
utils_visible.py
vancauwe
chore: format code and update readme
21dae66
5 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
def
set_visible
(
choice
):
if
choice ==
"Yes"
:
visible =
True
else
:
visible =
False
return
visible