runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 582, in <module> chat = gr.Chatbot( label="", ...<4 lines>... value=[[None, "馃憢 Ol谩! Sou o **NeuroAssistant**.\n\nPara iniciar, informe o **perfil et谩rio** do paciente:\n\n**0-5 anos** 路 **6-16 anos** 路 **17-60 anos** 路 **60+**"]], ) 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 208, 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...