runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 258, in <module> unlock_btn.click( ~~~~~~~~~~~~~~~~^ do_unlock, ^^^^^^^^^^ inputs=[password_input], ^^^^^^^^^^^^^^^^^^^^^^^^ outputs=[authed_state, unlock_status, login_panel, app_panel], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/events.py", line 721, in event_trigger dep, dep_index = root_block.set_event_trigger( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [event_target], ^^^^^^^^^^^^^^^ ...<32 lines>... validator=validator, ^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 732, in set_event_trigger check_function_inputs_match(fn, inputs, inputs_as_dict) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/utils.py", line 1162, in check_function_inputs_match parameter_types = get_type_hints(fn) File "/usr/local/lib/python3.13/site-packages/gradio/utils.py", line 1126, in get_type_hints return typing.get_type_hints(fn) ~~~~~~~~~~~~~~~~~~~~~^^^^ File "/usr/local/lib/python3.13/typing.py", line 2511, in get_type_hints hints[name] = _eval_type(value, globalns, localns, type_params) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/typing.py", line 474, in _eval_type return t._evaluate(globalns, localns, type_params, recursive_guard=recursive_guard) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/typing.py", line 1081, in _evaluate eval(self.__forward_code__, globalns, localns), ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<string>", line 1, in <module> AttributeError: module 'gradio' has no attribute 'Update'. Did you mean: 'update'?
Container logs:
Fetching error logs...