From c26573482e03bd0673e00d988173a5de796308e4 Mon Sep 17 00:00:00 2001 From: utin-francis-peter Date: Fri, 7 Jun 2024 17:28:13 +0100 Subject: [PATCH] style: retry query generation btn --- frontend/src/conversation/Conversation.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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')}