I don’t succeed to deploy my application, and locally everything works well.
this is my repo: GitHub - mayayank95/app
I will happy to get help, thanks very much!
Hi, @mayayank95. Please change make the following changes in your repo →
-
Add
streamlit
package in therequirements.txt
file.
-
Add a
README.md
file. You can either keep it blank or fill in the relevant info regarding your app.
Hope this helps!
Thanks