I keep getting the file not found error when trying to deploy from streamlit. But i have all the files in the folder and on github so i dont know why. PLEASE HELP. thank you
I am new to coding soo small words please lol. But really any help would be huge I have watched many youtube videos and followed there steps to a tee and still cannot deploy
You need to have requirements.txt file. On it, you have to list your appβs dependencies. Put this file in the same folder with your main python file.
requirements.txt
streamlit==1.33
streamlit-lottie==0.0.5
# add other libraries that your app needs.
Hey friend!! I actually have encountered another issue. Someone was kind enough to help me with this One. My new issue is when I deploy the website it looses its color scheme it has before it has been deployed and also the website wonβt appear on mobile only in the computer. Would you know any reasons for that! Appreciate your time
I just responded your post about deploying apps to Streamlit Community Cloud. I think that might help with some of the problems youβve encountered as there are a few gotchas that can make the deployment process a little difficult.