Hello, I’m starting out with Streamlit and currently following this tutorial: How to build an LLM-powered ChatBot with Streamlit.
However, I get the ModuleNotFoundError: No module named 'hugchat' error even after I included hugchat in my requirements.txt file. I also tried including hugchat==0.0.8 instead, but still got the same error.
My application is at https://chatbot-one.streamlit.app/
I appreciate any help / pointers!