Chat with Github project not working in Chrome

I have been trying this project: llama_index/llama-index-packs/llama-index-packs-panel-chatbot/llama_index/packs/panel_chatbot at b91ee5cacf00a29e18b3ff91b0f31e83f8cfc139 · run-llama/llama_index · GitHub

The chat works perfectly fine in Safari, but doesn’t show up in Chrome:

Can you set a min height to panel chat interface?

The height is set:

.pn-wrapper {
    height: calc( 100vh - 150px);
}

I’ve tried changing the values but don’t see any effect.

Can you do it in the chat interface?

pn.chat.ChatInterface(min_height=1000)

yes that helped!! Thanks so much !! :smiley: