Hi…I am trying to deploy my first web app using Streamlit share. I am getting an error message mentioning Server Error A10. I am able to deploy it locally.
The github link is Python/streamlit/Iris ML WebApp at master · anupsam7/Python · GitHub
I hope that you can help me out.
1 Like
Hi @anupsam7!, and welcome to the Streamlit community! 

You may want to check a handful of tickets dealing with that A10 error (e.g. this one)
Hope you can resolve that way - Please let us how it goes! 
Best,
Charly
2 Likes
Hi @anupsam7,
Your app should successfully deploy once you remove the spaces from your repo name on Github or replace it with underscores:
Happy Streamlit’ing! 
Snehan
2 Likes
Hey @snehankekre . Thanks for the tip. I corrected the repo name and got the process started. After the initial ‘Your app is in the oven’ message, the app has been stuck on the black ‘please wait’ screen for a long time. I tried rebooting the app a few times.
Could this have anything to do with my requirements.txt file? I have added all the python libraries that I use in the .py file and their version number.
Would appreciate your assistance.