Deployment on community cloud

Hi @ABHISHEK_TYAGI, welcome to the forum!

Please read this post Using Streamlit: how to post a question in the Streamlit forum and add more details to enable other forum users to better help answer your question.

Off the top of my head, I would be very interested to know:

  1. What is the exact error message (you should be able to see that by expanding the right sidebar on community cloud)?
  2. What repo are you deploying from?
  3. Is trained_model.sav a file that is saved in your repository, or does it get generated as the app is run?
  4. Does trained_model.sav exist?
  5. What is the smallest code snippet which reproduces the error you are seeing?