diff --git a/docs/source/examples/Widget List.ipynb b/docs/source/examples/Widget List.ipynb index b02990288d..b4e19ecdca 100644 --- a/docs/source/examples/Widget List.ipynb +++ b/docs/source/examples/Widget List.ipynb @@ -237,6 +237,7 @@ " max=10,\n", " description='Loading:',\n", " bar_style='', # 'success', 'info', 'warning', 'danger' or ''\n", + " style={'bar_color': 'maroon'},\n", " orientation='horizontal'\n", ")" ] @@ -264,6 +265,7 @@ " max=10.0,\n", " description='Loading:',\n", " bar_style='info',\n", + " style={'bar_color': '#ffff00'},\n", " orientation='horizontal'\n", ")" ]