Summary
This concludes our adventures with the SF Trees dataset, and with learning about the various ways to make our Streamlit apps more aesthetically pleasing. We covered separating our apps into columns and page configuration, along with gathering user input in the sidebar, getting specific colors in user input through the st.color_picker()
feature, and finally learning how to use Streamlit multi-page apps.
In the next chapter, we will learn about the open source community around Streamlit, by understanding how to download and use Streamlit components built by users.