aboutsummaryrefslogtreecommitdiff
path: root/components/top_movers.py
diff options
context:
space:
mode:
authorTyler <tyler@tylerhoang.xyz>2026-05-14 01:01:02 -0700
committerTyler <tyler@tylerhoang.xyz>2026-05-14 01:01:02 -0700
commit764cd69bfc2e5a0cf504c8d6e4f032d35edd9a4c (patch)
tree0143dbd55cceded1b8f4a8c689888fa9a76152ca /components/top_movers.py
parent679baae2773dc7eaf419648ac7a59c4734fca735 (diff)
Completely refreshed Key Ratios, Historical Ratios, and DCF/Multiples
tab.
Diffstat (limited to 'components/top_movers.py')
-rw-r--r--components/top_movers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/top_movers.py b/components/top_movers.py
index db95592..d50eee7 100644
--- a/components/top_movers.py
+++ b/components/top_movers.py
@@ -143,7 +143,7 @@ def _render_mover_tab(screen: str, state_key: str):
st.button(
button_label,
key=f"{state_key}_button",
- use_container_width=True,
+ width="stretch",
on_click=_toggle_mover_tab,
args=(state_key,),
)