runtime error
Exit code: 1. Reason: [notice] A new release of pip is available: 26.2 -> 26.2.1 [notice] To update, run: pip install --upgrade pip /home/user/app/ui/app.py:18: 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) as app: /usr/local/lib/python3.10/site-packages/gradio/components/dataframe.py:192: UserWarning: The `col_count` parameter is deprecated and will be removed. Please use `column_count` instead. warnings.warn( Traceback (most recent call last): File "/home/user/app/ui/app.py", line 143, in <module> download_btn.click(download_all_files).then(None, _js=utils.DOWNLOAD_OUTPUTS_JS) TypeError: EventListener._setup.<locals>.event_trigger() got an unexpected keyword argument '_js'
Container logs:
Fetching error logs...