runtime error

Exit code: 1. Reason: /app/app.py:4: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai Traceback (most recent call last): File "/app/app.py", line 97, in <module> chatbot_component = gr.Chatbot(label="Chatbot", bubble_full_width=False) File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Chatbot.__init__() got an unexpected keyword argument 'bubble_full_width'

Container logs:

Fetching error logs...