Hello there i am getting this message while uploading the file, can anybody help mw with this

LINK TO APP: https://basic-viz.streamlit.app/

GITHUB: GitHub - AmeyYarnalkar/Strem_lit-App

Hi @Amey_Yarnalkar,

Thanks for sharing this question!

Please share the full error logs.

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.