settings.StreamlitSettings
ui_renderer.GroupOptionalFieldsStrategy
: An enumeration.
ui_renderer.pydantic_form
: Auto-generates a Streamlit form based on the given (Pydantic-based) input class.ui_renderer.pydantic_input
: Auto-generates input UI elements for a selected Pydantic class.ui_renderer.pydantic_output
: Auto-generates output UI elements for all properties of a (Pydantic-based) model instance.
This file was automatically generated via lazydocs.