This is a template repository for creating Streamlit apps
Write your Streamlit app to the main.py
file. Add any additional files to the pages
directory.
Add any additional dependencies to the requirements.txt
file. Streamlit Cloud will install the dependencies when deploying your app.
App configurations are in config.toml
.
If you want to use st.secrets
, you can create a file called secrets.toml
in the folder .streamlit
. This file will be ignored by git.