runtime error

Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/gradio/components/dropdown.py:235: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True. warnings.warn( Traceback (most recent call last): File "/app/src/pips/gradio_app.py", line 915, in <module> launch() ~~~~~~^^ File "/app/src/pips/gradio_app.py", line 909, in launch return build_blocks().launch(**kwargs) ~~~~~~~~~~~~^^ File "/app/src/pips/gradio_app.py", line 847, in build_blocks chatbot = gr.Chatbot( label="Solver Log", type="messages", height=550, ) File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Chatbot.__init__() got an unexpected keyword argument 'type'

Container logs:

Fetching error logs...