Is there a way to format the default integer value or any value entered using a comma as a thousand-separator when using a st.number_input() widget?

According to the docs

Formatting is handled by sprintf.js.

which doesn’t seem to support thousand separators.