From 3e20e4dc67de07745b66cd7470a163329ffb247d Mon Sep 17 00:00:00 2001 From: ajaythapliyal Date: Fri, 24 Feb 2023 09:25:03 +0530 Subject: [PATCH] fixes .6 from nicks list --- frontend/src/conversation/Conversation.tsx | 8 ++++++-- frontend/tailwind.config.cjs | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 9a8f64b..ab00f0f 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -44,11 +44,11 @@ export default function Conversation() { })} {messages.length === 0 && } -
+
{status === 'loading' ? ( )}
+

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

); } diff --git a/frontend/tailwind.config.cjs b/frontend/tailwind.config.cjs index 73cc3ed..3f1230e 100644 --- a/frontend/tailwind.config.cjs +++ b/frontend/tailwind.config.cjs @@ -12,8 +12,9 @@ module.exports = { jet: '#343541', 'gray-alpha': 'rgba(0,0,0, .1)', 'gray-1000': '#F6F6F6', + 'gray-2000': 'rgba(0, 0, 0, 0.5)', 'red-1000': 'rgb(254, 202, 202)', - 'red-2000' : '#F44336', + 'red-2000': '#F44336', 'red-3000': '#621B16', }, },