From 0306f8ec6550e02651c919a054aa5a959056ea62 Mon Sep 17 00:00:00 2001 From: Alexander Deshkevich Date: Mon, 16 Oct 2023 16:35:33 -0300 Subject: [PATCH] Fix footer width ob md+ screens --- 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 503c4d5..9e852f4 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.