I am deploying an app using streamlit share and getting this error. The code is working fine on my local but getting error on deployment. The requirement file is update and has an entry as
en_core_web_sm==2.2.0
This is the piece of code where I can getting error.
Is there any workaround to get rid of this issue?
Thanks