Horizontal input widgets

Thanks for making Streamlit a great and easy python GUI!!!

The number and text input widgets are all vertical. Can we have an option to go Horizontal similar to the Radio Button Widget. Additionally, can we have an option to not have the +/- at the end of the number widget and just allow entering a number. Finally, can we have way to limit the size of the entry field for the input widgets. I know I can control this, to a degree, with the columns tool.

Hello there,
To not have +/- at the end you can use text_input() function and convert it into ‘integer’.
As you mentioned, you can use the “columns” tool or CSS styling to adjust the width of the entry field.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.