Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Nov 26, 2024
1 parent a520aaa commit 9d84c3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/gooey_gui/components/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,8 @@ def file_uploader(
upload_meta: dict = None,
optional: bool = False,
) -> str | list[str] | None:
from .input_widgets import checkbox

if label_visibility != "visible":
label = None
key = upload_key or key
Expand Down

0 comments on commit 9d84c3a

Please sign in to comment.