diff --git a/src/App.jsx b/src/App.jsx
index 7a69fee..4addd75 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -2137,7 +2137,13 @@ async function createNewChat() {
)}
-
+
{startupTaskMessage && (
{startupTaskBusy &&
}
@@ -2155,7 +2161,12 @@ async function createNewChat() {
)}
-
+
{messages.map((m, i) => {
const isEditingThis = m.role === 'user' && editingMessageIndex === i;
return (