Hi,
I am new to streamlit and am trying to deploy a multi page app. When I run the app locally it’s fine, but since the entrypoint file is not named streamlit_app.py, I get an error when trying to deploy on streamlit cloud. In fact, it thinks the entrypoint file is still named streamlit_app.py.
Is there a way to setup the config to tell it the name of the entrypoint file and run
streamlit run Solar_Production.py