runtime error

Exit code: 1. Reason: /home/user/app/app.py:27: 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. user1_output = gr.Chatbot(label="Chat History") /home/user/app/app.py:33: 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. user2_output = gr.Chatbot(label="Chat History") Traceback (most recent call last): File "/home/user/app/app.py", line 40, in <module> demo.load( TypeError: EventListener._setup.<locals>.event_trigger() got an unexpected keyword argument '_js'

Container logs:

Fetching error logs...