While I am playing with the chatbox examples, I am not able to run properly the chatbox, at the beginning, I was facing issues with the configuration of libraries, and I solved them using these lines:
pip install --upgrade "bokeh>=2.4.0,<2.5.0"
and then,
pip install "panel<0.15" "jupyter-bokeh<3.1"
But then, when the chat is finally rendered, it gets stuck trying to process the message. Any ideas of what is going on?
Yhank very much . it is
I was able to install it, again thank you very much.I was able to install it, again thank you very much, however i got this message
"PanelDeprecationWarning: ‘style’ is deprecated and will be removed in version 1.3, use ‘styles’ instead.
pn.Row(‘Assistant:’, pn.pane.Markdown(response, width=600, style={‘background-color’: ‘#F6F6F6’})))
"
I have been able to fix it. It works well.
however I have a question.
if i run my chatbot in jupyter notebook it works perfectly, but if i run it in linux terminal i get nothing.
What’s happening?