runtime error

Exit code: 1. Reason: /app/app.py:342: UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style dictionaries with 'role' and 'content' keys. chatbot = gr.Chatbot(label="Inventory Assistant", height=260) Traceback (most recent call last): File "/app/app.py", line 343, in <module> results_table = gr.Dataframe( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 189, in wrapper return fn(self, **kwargs) TypeError: Dataframe.__init__() got an unexpected keyword argument 'height'

Container logs:

Fetching error logs...