Error with my application

Hi everyone, I’m trying to deploy a Streamlit app from this GitHub repo: GitHub - Hediii-coder/device_connectivity_editor_app, but the deployed app at https://configfilemanagersky.streamlit.app/ fails to load and shows the error: “This page isn’t working right now – configfilemanagersky.streamlit.app didn’t send any data. ERR_EMPTY_RESPONSE.” I’ve already simplified the app to just a few lines (like st.title("App Started")) and confirmed it runs fine locally using streamlit run streamlit_app.py. The repo includes all required files: streamlit_app.py, requirements.txt, name_mapping.json, and a valid .streamlit/config.toml. The main file path is correctly set to streamlit_app.py in the deployment settings. I’ve deleted and redeployed the app multiple times, but it continues to silently fail with no meaningful error logs. Python and Streamlit versions are the default from Streamlit Cloud. Any help understanding why this deployment fails, even with minimal working code, would be greatly appreciated. Thank you!

Hi,

Can you share your streamlit_app.py file code and requirement.txt content. Also mentioned link says no application itself. Have you removed?