runtime error

Exit code: 1. Reason: /home/user/app/app.py:95: 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(height=300) Traceback (most recent call last): File "/home/user/app/app.py", line 124, in <module> gradio_ui() File "/home/user/app/app.py", line 118, in gradio_ui eval_btn.click(evaluate_answers, [qa_chain, [q1, q2, q3], [a1, a2, a3]], [feedback]) File "/usr/local/lib/python3.10/site-packages/gradio/events.py", line 713, in event_trigger return Dependency(block, dep.get_config(), dep_index, fn) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 645, in get_config "inputs": [block._id for block in self.inputs], File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 645, in <listcomp> "inputs": [block._id for block in self.inputs], AttributeError: 'list' object has no attribute '_id'

Container logs:

Fetching error logs...