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] 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 cd93f1c1..34b146a7 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.