Streamlit 1.60 adds tab height control, pixel gaps, and hidden CSV export
andfanilo · x · 2026-07-26
Streamlit 1.60.0 is out, and the release focuses on layout and UX controls for app builders.
The screenshots highlight three notable changes:
- you can hide the CSV export button on dataframe and chart table views via client.disableDataExport or st.setoption("client.disableDataExport", True);
- st.tabs() now supports fixed heights or stretching to the parent container;
- st.columns() accepts a literal pixel gap, while still supporting predefined sizes like small and xlarge.
The post also notes that hiding export is only a UI convenience — data can still be recovered through browser devtools or network inspection.
More from coding & agent
- An agent moved a legacy WordPress site to Cloudflare free in a few hours — MartinGTobias · 2026-07-26
- AI Toolkit adds fine-tuning support for Mage-Flow and Mage-Flow Edit — ostrisai · 2026-07-26
- Real-world agent dev is often derailed when simulators crash and take Cursor down with them — chris_j_paxton · 2026-07-26
- Coding agents could shift indie-game funding from studios to standout teams — ChrisGPT · 2026-07-26
- xAI’s Grok Build adds agent onboarding, resumable workflows, and MCP fixes — mark_k · 2026-07-26
- Hermes adds one-command backup and restore for live agents — Teknium · 2026-07-26