Web app deployment

i am trying to deploy my web app that i am running on my local machine successfully. i am a beginner to this field, i just gave my git hub repository details, they are mainly taking the main python file only. When i run it i got error as the first line of code in which importing memmory profile module is not found. so how can resolve and successfully deploy app.

Make sure you install memmory profile module. Well, not that but the actual module, whatever it is called

Learn to install dependencies in streamlit cloud:

When I uploaded requirements,that problem solved. It now show Cannot download the large file by lfs

Hey @Albert_Michael ,

Could you please clarify what your latest issue was?

The requirements.txt file should solve the the deployment issue unless you’re facing a different issue.

Please let me know