runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 695, in <module> demo = build_app() File "/app/app.py", line 670, in build_app chatbot = gr.Chatbot( value=reset_chat(), height=520, label="YörükBilge Sohbeti", ) 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...