Entrypoint file when deploying on multi-page app on streamlit cloud

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

Git repo for app

Streamlit app

You set that file name in the “Deploy an app” screen under “Main file path”.

thank you! that was an easy fix!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.