diff --git a/UI_V2/pages/home/home.py b/UI_V2/pages/home/home.py index abc3b69..3b166b6 100644 --- a/UI_V2/pages/home/home.py +++ b/UI_V2/pages/home/home.py @@ -423,7 +423,7 @@ class Home: self.chat_input.value = "" # Keep the focus in the chat input so the user can continue typing - self.chat_input.focus() + #self.chat_input.focus() self.chat_input.update() self.page.update()