From ff89c3b274497c748ef7fc8591f4ba3e230738f0 Mon Sep 17 00:00:00 2001 From: Christine Date: Thu, 26 Oct 2023 19:12:33 +0000 Subject: [PATCH 1/2] feat: made color accessible --- frontend/src/conversation/Conversation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 9e852f49e..cd93f1c1c 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -192,7 +192,7 @@ export default function Conversation() { )} -

+

This is a chatbot that uses the GPT-3, Faiss and LangChain to answer questions.

From 4daf08e20f9ef936fcb220564c5cb8ec90dff67d Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:21:53 -0400 Subject: [PATCH 2/2] fix: use a new color --- frontend/src/conversation/Conversation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index cd93f1c1c..34b146a78 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -192,7 +192,7 @@ export default function Conversation() { )} -

+

This is a chatbot that uses the GPT-3, Faiss and LangChain to answer questions.