Preserve decimal commas when pasting into Streamlit
When someone copies 23,4 from a spreadsheet, they usually expect to keep that value. If an input column interprets the comma as a thousands separator, the result can become 234 before the application
Sep 9, 20266 min read