From 7f37a7bbd2e7d04701a9045a6e8b3a20a4289e75 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 4 Sep 2025 11:03:53 +0000 Subject: [PATCH] Salvataggio senza indicazione nell'area messaggi di esecuzione LLM --- frontend/src/ChatWindow.jsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/frontend/src/ChatWindow.jsx b/frontend/src/ChatWindow.jsx index 8f5daa7..83cf5d0 100644 --- a/frontend/src/ChatWindow.jsx +++ b/frontend/src/ChatWindow.jsx @@ -34,21 +34,6 @@ export default function ChatWindow({ messages, loading, theme }) { /> ) )} - {loading && ( -
- The model is processing... -
- )} -
);