diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 3cd3176d..03eb240f 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -173,6 +173,7 @@ export default function Conversation() { type="QUESTION" sources={query.sources} > + {prepResponseView(query, index)} ); @@ -223,10 +224,13 @@ export default function Conversation() { )} ) : ( -
There was an error during generation
++ There was an error during generation +
+
{t('tagline')}