inaki opened this issue 2 years ago · 0 comments
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.
st.divider()
solution: Change st.divider() to st.markdown("---") and this error goes away
st.markdown("---")
Good job this repo 👍 , thanks...