Right now, it's not possible to enter new lines in the default ChatInterface without setting `widgets=[pn.widgets.TextAreaInput(auto_grow=True)]` However, the downside of using TextAreaInput is that the message doesn't get sent on pressing "enter" which can be tedious.