LINK TO APP: https://basic-viz.streamlit.app/
So the error seems to be related to the deprecation of np.bool
. Your code doesn’t really explicitly use np.bool so this might be related to some underlying library or function that has not yet been updated to reflect the change.
Your requirements.txt is using an older version of Streamlit (v0.79.0) and numpy (v1.20.1) which might be causing the error. I suggest upgrading to the latest versions for both and running the app once again.
Let me know if this is helpful.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.