diff --git a/clients/terminal/tui/tui_app.py b/clients/terminal/tui/tui_app.py index 32acb12..a27ea72 100644 --- a/clients/terminal/tui/tui_app.py +++ b/clients/terminal/tui/tui_app.py @@ -7,7 +7,6 @@ from textual.app import App, ComposeResult from textual.containers import Horizontal, Vertical -from textual.widgets import Header from clients.terminal import api from clients.terminal.config import settings @@ -79,7 +78,6 @@ self._streaming = False def compose(self) -> ComposeResult: - yield Header(show_clock=False) with Horizontal(): yield self._chat_panel with Vertical():