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