Anil-matcha / ChatPDF

Chat with any PDF. Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.
https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_chatpdf
MIT License
1.38k stars 213 forks source link

streamlit_chat error #14

Closed kackbob closed 7 months ago

kackbob commented 1 year ago

when i run 'streamlit run streamlitui.py' some error message show:

from streamlit_chat import message ModuleNotFoundError: No module named 'streamlit_chat'

isspid commented 11 months ago

You can solve this by installing the module: pip install streamlit_chat