Hello, could you please read through this post and add some more details, especially the code you are using?
Based on only what you’ve posted, it looks like you’re trying to read the excel file from your local computer "C:/Users/Shubham/Desktop/Dash/adidas.xlsx"
. To make it work when deployed, you will have to change that path to be the relative location of that file (e.g. "adidas.xlsx"
if it’s in the same folder as your app), and make sure you add it to your github repository.