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
tevinch.hashnode.dev6 min read