,I cannot able to create and deploy my app.Please help me out here.
Thank you
Thanks for reporting, I sent this to our engineering group to take a look at
Hi @VinayManala ! We were able to root cause and resolve this issue on our end. Could you please try again? Please let us know if it still does not work for you.
Thanks,
Amey
hello i am also facing the same issue. first time i am deploying the app
my github repo: GitHub - skrish141/Events-data
Hello! I am facing the same issue also i am deploying the app first time. It is running locally but when I try to deploy , this error pops up.
Github repo: himanshu1856/dev
Hi @himanshu1856,
Welcome to the Streamlit community!!

Would you mind sharing a screenshot of the entire page with the error message?
Thanks,
Snehan
Please resolve this error!!
I suspect the spaces in the directory name Flight fare prediction are causing the error. I would suggest renaming the directory in your repo to remove the spaces and/or replace them with another character like a hyphen or underscore.
Thanks it worked.
@snehankekre
I’m Also getting the same error can anyone please resolve it
Hi @Sudy37z ![]()
Could you try the following and let us know if it helps:
Click New app from your app dashboard
Click Paste GitHub URL
Paste your GitHub URL
https://github.com/Sudy37z/Heart-failure-detection/blob/main/app.py
Click Deploy!
If that doesn’t work, could you similarly share a screenshot of the page with the error message?
Best, ![]()
Snehan
Hey @snehankekre thanks for reaching out,
sadly I got the same error message.
I have the same issue
My app:
https://github.com/artemgur/MachineLearning2/blob/master/Task1(security_threats)/main.py
Hi @artemgur,
Your link leads to a 404 error: https://github.com/artemgur/MachineLearning2/blob/master/Task1(security_threats)/main.py
Oh, I’m sorry, I forgot that my repo was private. Made it public, now it should open properly.
Thank you for quick response
EDIT: I, probably, figured it out. I didn’t have a dependencies file (like requirements.txt). Will add it and test if it deploys. It would be great if the error messages were more descriptive instead of useless “Server error [A10]: Unable to create app” error which doesn’t give any useful information for troubleshooting.