In this chapter, we will discuss the different alert boxes available. Then we will learn about control flow aspects in Streamlit. We will also discuss how to change the default flow of a Streamlit application with the methods provided. Finally, we will learn advanced features including changing the default configuration of Streamlit and improving performance using caching techniques.
Alert Box
In this section, we will review some of the alert boxes that are available in Streamlit. ...