Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 592 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 592 Bytes

streamlit-app-template

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.