Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/reacton/core.py", line 1702, in _render
root_element = el.component.f(*el.args, **el.kwargs)
File "/home/runner/work/solara/solara/solara/website/pages/documentation/components/viz/plotly_express.py", line 34, in Page
fig = px.histogram(df, "species")
File "/home/runner/work/solara/solara/solara/express.py", line 94, in wrapper
fig = f(*args, **kwargs)
File "/home/runner/work/solara/solara/solara/express.py", line 71, in histogram
return make_figure(
File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/plotly/express/_core.py", line 2714, in make_figure
if args["subtitle"]:
KeyError: 'subtitle'