diff options
| author | Tyler <tyler@tylerhoang.xyz> | 2026-05-14 01:01:02 -0700 |
|---|---|---|
| committer | Tyler <tyler@tylerhoang.xyz> | 2026-05-14 01:01:02 -0700 |
| commit | 764cd69bfc2e5a0cf504c8d6e4f032d35edd9a4c (patch) | |
| tree | 0143dbd55cceded1b8f4a8c689888fa9a76152ca /components/insiders.py | |
| parent | 679baae2773dc7eaf419648ac7a59c4734fca735 (diff) | |
Completely refreshed Key Ratios, Historical Ratios, and DCF/Multiples
tab.
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, ) |
