diff options
| author | Tyler <tyler@tylerhoang.xyz> | 2026-05-16 01:56:51 -0700 |
|---|---|---|
| committer | Tyler <tyler@tylerhoang.xyz> | 2026-05-16 01:56:51 -0700 |
| commit | 5424b83d8173435632dd59f4072d37ac68d33593 (patch) | |
| tree | 9475e7cbff7e476cc95e040f0311ec041ed2c7d4 /app.py | |
| parent | 8e35de0d435fec5ac552783130ef04aee33159f4 (diff) | |
Fix render_top_movers kwarg incompatibility with st.fragment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -752,7 +752,7 @@ with st.sidebar: render_watchlist() st.divider() - render_top_movers(compact=True) + render_top_movers(True) # ── Market Bar ──────────────────────────────────────────────────────────────── |
