runtime error

Exit code: 1. Reason: /routing.py", line 302, in app raw_response = await run_endpoint_function( File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 213, in run_endpoint_function return await dependant.call(**values) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1729, in startup_events await app.get_blocks().run_extra_startup_events() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 3176, in run_extra_startup_events await startup_event() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 520, in _start_caching await self.cache() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 586, in cache prediction = await self.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2284, in process_api data = await self.postprocess_data(block_fn, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2062, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 635, in postprocess processed_messages = [ File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 636, in <listcomp> self._postprocess_message_messages(cast(MessageDict, message)) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 592, in _postprocess_message_messages message["content"] = self._postprocess_content(message["content"]) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 574, in _postprocess_content raise ValueError(f"Invalid message for Chatbot component: {chat_message}") ValueError: Invalid message for Chatbot component: ChatMessage(content="\nHere's an example Python lambda function:\n\nlambda x: x + 84\n\nIs this correct?\n", role='assistant', metadata={}, options=[{'value': "Yes, that's correct.", 'label': 'Yes'}, {'value': 'No'}])

Container logs:

Fetching error logs...