Adding a global config location

I would prefer having a directory structure somewhat like this for my app and tell users to clone the project and execute streamlit run from the cloned repo,

  • myapp
    • .streamlit/config.toml
    • src
    • main.py

cd mypp/ and streamlit run main.py

1 Like