February 2024
Intermediate to advanced
350 pages
7h 4m
English
In Streamlit, forms, Session State, and customizable subdomains are all features that allow for more advanced customization and functionality in web applications.
Forms allow users to create interactive forms within their Streamlit web app that can be used to collect user input and perform actions based on a specific group of inputs. Forms can contain a variety of input elements, such as text fields, drop-down menus, and checkboxes.
Session State is a feature that allows users to store and persist data across different sessions of their web app. This can be useful for storing user preferences or app settings.
Finally, customizable subdomains allow users to create a ...
Read now
Unlock full access