From ff89c3b274497c748ef7fc8591f4ba3e230738f0 Mon Sep 17 00:00:00 2001 From: Christine Date: Thu, 26 Oct 2023 19:12:33 +0000 Subject: [PATCH] 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 9e852f4..cd93f1c 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.