runtime error
Exit code: 1. Reason: /app/app.py:118: 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 = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""", Traceback (most recent call last): File "/app/app.py", line 138, in <module> b1 = gr.Button().style(full_width=True) ^^^^^^^^^^^^^^^^^ AttributeError: 'Button' object has no attribute 'style'. Did you mean: 'scale'?
Container logs:
Fetching error logs...