This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<div class="overflow-y-auto h-64 border border-b-0 rounded-t-lg leading-tight"> | |
<div class="text-center text-sm text-gray-400 p-3 pt-6">Input a message to start chatting with | |
<strong>facebook/blenderbot-400M-distill</strong>.</div> | |
<div class="flex flex-col items-end space-y-4 p-3"> | |
<div class="px-3 py-2 rounded-2xl bg-blue-600 text-white ml-7">Hi.</div> | |
<div class="px-3 py-2 rounded-2xl place-self-start bg-gray-50 dark:bg-gray-850 dark:text-gray-200 mr-7"> Hello, how are you? I just got back from walking my dog, how about you?</div> | |
<div class="px-3 py-2 rounded-2xl bg-blue-600 text-white ml-7">Hi.</div> | |
<div class="px-3 py-2 rounded-2xl place-self-start bg-gray-50 dark:bg-gray-850 dark:text-gray-200 mr-7"> What kind of dog do you have? I have a labrador retriever.</div> | |
<div class="px-3 py-2 rounded-2xl bg-blue-600 text-white ml-7">I'm confused on who is who here.</div> |