diff options
Diffstat (limited to 'components/insiders.py')
| -rw-r--r-- | components/insiders.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/insiders.py b/components/insiders.py index bdb1818..1087061 100644 --- a/components/insiders.py +++ b/components/insiders.py @@ -97,7 +97,7 @@ def render_insiders(ticker: str): height=280, legend=dict(orientation="h", yanchor="bottom", y=1.02, xanchor="right", x=1), ) - st.plotly_chart(fig, use_container_width=True) + st.plotly_chart(fig, width="stretch") st.divider() @@ -138,6 +138,6 @@ def render_insiders(ticker: str): st.dataframe( display.style.apply(_color_type, axis=1), - use_container_width=True, + width="stretch", hide_index=True, ) |
