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...
819809c
digiwild
/
app
/
utils
/
utils_visible.py
vancauwe
refactor: folders for code subparts and pydantic classes
161d75f
7 months ago
raw
Copy download link
history
blame
Safe
120 Bytes
def
set_visible
(
choice
):
if
choice==
"Yes"
:
visible =
True
else
:
visible=
False
return
visible