--- title: streamlit run slug: /develop/api-reference/cli/run --- ## `$ streamlit run` ### Syntax ``` streamlit run [-- config options] [script args] ``` ### Arguments ``: The path to your entrypoint file for your Streamlit app. Your entrypoint file is your app's homepage. ### Options Configuration options are passed in the form of `--
.