From 2d202088c769f56721090f12039dd59c319f44e8 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 1 Nov 2023 21:48:52 +0000 Subject: [PATCH] syntax --- frontend/src/conversation/Conversation.tsx | 2 +- frontend/src/index.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 34b146a78..fcef24001 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.

diff --git a/frontend/src/index.css b/frontend/src/index.css index 4d881fe08..244d78709 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -367,7 +367,7 @@ template { /* third container laylout for Firefox */ @-moz-document url-prefix() { - .firefox{ + .firefox { padding: 32px; } } @@ -377,4 +377,4 @@ template { .firefox { padding: 16px; } -} \ No newline at end of file +}