digiwild / app /utils /utils_visible.py
vancauwe's picture
refactor: folders for code subparts and pydantic classes
161d75f
raw
history blame
120 Bytes
def set_visible(choice):
if choice=="Yes":
visible = True
else:
visible=False
return visible