Dealing with more advanced web app features
In Chapter 8, we stopped our development at the point shown in the following figure:
Figure 9.1: Chapter09 starting point
So, let’s start working on the menu’s three voices: Image Enhancement, Diagnosis, and Disclaimer and Info. Before that, since we are entering some advanced features of Streamlit and considering that new versions are released quite often, it’s very important to remember how Streamlit’s official documentation (https://docs.streamlit.io/) is always the best place to get detailed info about all the available components and APIs; for example, in case you have any doubts about, let’s say, the Image widget, you can just search for it in the API reference menu on the left side of the official documentation page or directly in the search bar in the top-right corner and check out all the results.
Figure 9.2: Streamlit’s official documentation...