runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/google/api_core/_python_version_support.py:275: FutureWarning: You are using a Python version (3.10.19) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date. warnings.warn(message, FutureWarning) /home/user/app/app.py:221: 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. mychatbot = gr.Chatbot( /home/user/app/app.py:221: DeprecationWarning: The 'bubble_full_width' parameter is deprecated and will be removed in a future version. This parameter no longer has any effect. mychatbot = gr.Chatbot( Traceback (most recent call last): File "/home/user/app/app.py", line 251, in <module> main(None) File "/home/user/app/app.py", line 246, in main user_chatbot_interface = chatbot_interface(request) File "/home/user/app/app.py", line 229, in chatbot_interface chatbot_interface = gr.ChatInterface( TypeError: ChatInterface.__init__() got an unexpected keyword argument 'retry_btn'

Container logs:

Fetching error logs...