How do I configure my Streamlit app so that it runs in the Streamlit Cloud under a directory that’s not the root dir?
For example, I’d like my Streamlit app to run from the [My Git Repo Dir]/streamlit dir.
[My Git Repo Dir]
- .streamlit
- src
- web
- streamlit (run from Streamlit project files here)