atoti.config.branding_config module#
- class atoti.BrandingConfig#
The UI elements to customize the app by replacing the atoti branding with another one (also called white-labeling).
Note
This feature requires the
atoti-plus
plugin.Example
>>> config = tt.BrandingConfig( ... favicon="favicon.ico", logo="../logo.svg", title="Analytic App" ... )
- favicon: Optional[Union[str, Path]] = None#
The file path to a
.ico
image that will be used as the favicon.