From 2a87d2362d9b9aef834bfac7fb5389cd419735fe Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Sat, 4 Mar 2023 16:59:36 -0300 Subject: [PATCH] chat ui fixed --- langflow/frontend/src/components/chatComponent/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/langflow/frontend/src/components/chatComponent/index.tsx b/langflow/frontend/src/components/chatComponent/index.tsx index 6c68f2112..99c7c1d20 100644 --- a/langflow/frontend/src/components/chatComponent/index.tsx +++ b/langflow/frontend/src/components/chatComponent/index.tsx @@ -105,14 +105,14 @@ export default function Chat({flow, reactFlowInstance }:ChatType) { {chatHistory.map((c, i) => (
{!c.isSend ? ( -
-
+
+
{c.message}
) : ( -
-
+
+
{c.message}