sidebar

sidebar(id, width=400, height='100%', **kwargs)

Create a sidebar containing the querychat UI.

Parameters

Name Type Description Default
id str The module ID. required
width int Width of the sidebar in pixels. 400
height str Height of the sidebar. "100%"
**kwargs Additional arguments to pass to the sidebar component. {}

Returns

Name Type Description
ui.Sidebar A sidebar UI component.