runtime error
Exit code: 1. Reason: /app/app.py:12: 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 /app/app.py:905: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: css. Please pass these parameters to launch() instead. with gr.Blocks(css=CSS, title="RepoForge") as demo: /usr/local/lib/python3.13/site-packages/gradio/components/textbox.py:139: UserWarning: The `lines` parameter must be 1 for `type` of 'password' or 'email'. Setting `lines` to 1. warnings.warn( Traceback (most recent call last): File "/app/app.py", line 1035, in <module> app = build_ui() File "/app/app.py", line 978, in build_ui log_output = gr.Textbox( label="", ...<4 lines>... show_copy_button=True, ) File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Textbox.__init__() got an unexpected keyword argument 'show_copy_button'
Container logs:
Fetching error logs...