runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> app_gui() File "/home/user/app/app.py", line 39, in app_gui WebUI(bot, chatbot_config=chatbot_config).run(concurrency_limit=80) File "/home/user/app/web_ui.py", line 142, in run agent_info_block = self._create_agent_info_block() File "/home/user/app/web_ui.py", line 340, in _create_agent_info_block format_cover_html( File "/usr/local/lib/python3.10/site-packages/qwen_agent/gui/gradio_utils.py", line 25, in format_cover_html image_src = covert_image_to_base64(bot_avatar) File "/usr/local/lib/python3.10/site-packages/qwen_agent/gui/gradio_utils.py", line 11, in covert_image_to_base64 with open(image_path, 'rb') as image_file: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/app/assets/logo.jpeg'

Container logs:

Fetching error logs...