ChatPDF
ChatPDF copied to clipboard
Change `st.divider()` to `st.markdown("---")` and this error goes away
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.
solution: Change st.divider()
to st.markdown("---")
and this error goes away
Good job this repo 👍 , thanks...