runtime error

Exit code: 1. Reason: /app/app.py:4027: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme, css. Please pass these parameters to launch() instead. with gr.Blocks( /usr/local/lib/python3.11/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 "/app/app.py", line 4692, in <module> app = create_ui() ^^^^^^^^^^^ File "/app/app.py", line 4545, in create_ui color_preview_output = gr.Code( ^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/gradio/components/code.py", line 147, in __init__ raise ValueError(f"Language {language} not supported.") ValueError: Language text not supported.

Container logs:

Fetching error logs...