diff --git a/src/app/sidebar/aichat.tsx b/src/app/sidebar/aichat.tsx index cd4f82c7..3686aed9 100644 --- a/src/app/sidebar/aichat.tsx +++ b/src/app/sidebar/aichat.tsx @@ -200,13 +200,13 @@ class AIChat extends React.Component<{}, {}> { const senderClassName = chatItem.isassistantresponse ? "chat-msg-assistant" : "chat-msg-user"; const msgClassName = "chat-msg " + senderClassName; let innerHTML: React.JSX.Element = ( - +
You
-

{chatItem.userquery}

- +
{chatItem.userquery}
+
); if (chatItem.isassistantresponse) { if (chatItem.assistantresponse.error != null && chatItem.assistantresponse.error != "") { @@ -237,11 +237,12 @@ class AIChat extends React.Component<{}, {}> { const renderKeybindings = GlobalModel.inputModel.shouldRenderAuxViewKeybindings(appconst.InputAuxView_AIChat); return (
- + + +
Wave AI
-