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

Change `st.divider()` to `st.markdown("---")` and this error goes away #5

Open inaki opened 1 year ago

inaki commented 1 year ago

It seems like you're having a problem with the st.divider() function in your Streamlit app, but there's no specific error message provided.

Screenshot 2023-06-04 at 7 26 24 AM

solution: Change st.divider() to st.markdown("---") and this error goes away

Good job this repo 👍 , thanks...