API Docs
Chat

Chat

Display strings like a chat.

import mercury as mr
messages = ["What is your name?", "My name is Piotr", "How are you?", "Fine, thanks!"]
mr.Chat(messages)
Using Chat widget in Jupyter Notebook

Parameters

  • messages (list of strings) - a list of strings to be displayed as chat