This commit is contained in:
Alex
2023-11-01 21:48:52 +00:00
parent 9f7c9180d9
commit 2d202088c7
2 changed files with 3 additions and 3 deletions

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-595959 md:w-full">
<p className="text-gray-595959 w-[100vw] self-center bg-white p-5 text-center text-xs md:w-full">
This is a chatbot that uses the GPT-3, Faiss and LangChain to answer
questions.
</p>