Anil-matcha/ChatPDF

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

inaki opened this issue · 0 comments

inaki commented

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...