diff --git a/ui/src/pages/LogViewer.tsx b/ui/src/pages/LogViewer.tsx index 285ca9b..ea7002c 100644 --- a/ui/src/pages/LogViewer.tsx +++ b/ui/src/pages/LogViewer.tsx @@ -18,7 +18,7 @@ const LogViewer = () => { const direction = isNarrow ? "vertical" : "horizontal"; return ( - + diff --git a/ui/src/pages/Models.tsx b/ui/src/pages/Models.tsx index da501b3..f448214 100644 --- a/ui/src/pages/Models.tsx +++ b/ui/src/pages/Models.tsx @@ -12,7 +12,7 @@ export default function ModelsPage() { const { upstreamLogs } = useAPI(); return ( - +