Hi,
I try to deploy my app with the fantastic Streamlit Sharing, but the app is unable to open up the Excel file in there: ImportError: Missing optional dependency ‘xlrd’. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.
Locally, everything is fine; but when it comes to deploying the app, I get stuck on this.
Many thanks for your help.