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
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,
cd mypp/ and streamlit run main.py