From 5297bf8a9a5e3b6654e35145588920f1d05bb8a3 Mon Sep 17 00:00:00 2001 From: trojanhorse47 Date: Thu, 30 Oct 2025 10:18:34 +0100 Subject: [PATCH] Update chat interface to fill height and width in Gradio blocks --- src/app/interface/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/interface/chat.py b/src/app/interface/chat.py index 1f307e8..ca38ddf 100644 --- a/src/app/interface/chat.py +++ b/src/app/interface/chat.py @@ -72,7 +72,7 @@ class ChatManager: def gradio_build_interface(self) -> gr.Blocks: - with gr.Blocks() as interface: + with gr.Blocks(fill_height=True, fill_width=True) as interface: gr.Markdown("# 🤖 Agente di Analisi e Consulenza Crypto (Chat)") # --- Prepara le etichette di default per i dropdown