runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 51, in <module> iface = gr.Interface(fn=game_step, inputs="dropdown", outputs=["number", "json", "number", "boolean"], File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 300, in __init__ self.output_components = [ File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 301, in <listcomp> get_component_instance(o, unrender=True) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 440, in get_component_instance component_obj = component(comp, render=render) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 421, in component obj = utils.component_or_layout_class(cls_name)(render=render) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 649, in component_or_layout_class raise ValueError( ValueError: No such component or layout: boolean. It is possible it is a custom component, in which case make sure it is installed and imported in your python session.

Container logs:

Fetching error logs...