fix: use a new color

This commit is contained in:
Christine Belzie
2023-10-30 13:21:53 -04:00
committed by GitHub
parent ff89c3b274
commit 4daf08e20f

View File

@@ -192,7 +192,7 @@ export default function Conversation() {
</div>
)}
</div>
<p className="w-[100vw] self-center bg-white p-5 text-center text-xs text-gray-727272 md:w-full">
<p className="w-[100vw] self-center bg-white p-5 text-center text-xs text-gray-595959 md:w-full">
This is a chatbot that uses the GPT-3, Faiss and LangChain to answer
questions.
</p>