runtime error

Exit code: 1. Reason: /app/app.py:156: 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(css=css, theme=gr.themes.Soft(primary_hue="blue")) as demo: Traceback (most recent call last): File "/app/app.py", line 179, in <module> demo = create_leaderboard() File "/app/app.py", line 163, in create_leaderboard dataframe = gr.Dataframe( value=df, ...<5 lines>... datatype=datatypes, ) File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Dataframe.__init__() got an unexpected keyword argument 'height'

Container logs:

Fetching error logs...