Vizro
vizro
Vizro
The main class of the vizro
package.
__call__
Implements WSGI application interface.
This means you can do e.g. gunicorn app:app without needing to manually define server = app.dash.server.
__init__
Parameters:
-
**kwargs
–Passed through to
Dash.__init__
, e.g.assets_folder
,url_base_pathname
. See Dash documentation for possible arguments.