diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 0ecdb5e..8c7ef5d 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -154,7 +154,12 @@ export function App() { {error ?

{error}

: null} -
+

2. Live dashboard

{result ? result.summary : "Ready for the first run"}