I am trying to deploy a stramlit app running on an excel file.
I installed all the necessary libraries and the app runs fine locally. After I pushed it to Github and commit all my changes, I deploy it to streamlit. After the app has been in the oven, it continues to give me an error message.
I have used the Pandas and openpyxl libraries. Both give me errors on deploy.
Please help.