runtime error
Exit code: 1. Reason: 🚀 AI Coding Agent starting... /app/app.py:60: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme, css. Please pass these parameters to launch() instead. with gr.Blocks( Traceback (most recent call last): File "/app/app.py", line 75, in <module> chatbot = gr.Chatbot( value=[("AI", "👋 Hello! I'm your AI Coding Assistant. How can I help?")], height=350 ) File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 335, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ label=label, ^^^^^^^^^^^^ ...<12 lines>... value=value, ^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.13/site-packages/gradio/components/base.py", line 227, in __init__ initial_value = self.postprocess(initial_value) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 704, in postprocess self._check_format(value) ~~~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 402, in _check_format raise Error( "Data incompatible with messages format. Each message should be a dictionary with 'role' and 'content' keys or a ChatMessage object." ) gradio.exceptions.Error: "Data incompatible with messages format. Each message should be a dictionary with 'role' and 'content' keys or a ChatMessage object."
Container logs:
Fetching error logs...