Height of text_area

Is it possible to increase the height of a text_area widget?

Matt

Hi @mvcalder-xbk :wave: ,

Unfortunately, right now that’s not supported in Streamlit. But we already have a feature request for this.

Also, one of our major goals for 2020 is Streamlit Custom Components system which will give you the ability to write arbitrary JavaScript code and insert it into your app. This opens the door for a lot of possibilities for custom solutions to layout, visualization, interactivity with chart/maps/tables, and other unique needs of your app. You can help design this feature or follow its progress over there https://github.com/streamlit/streamlit/issues/327.

And thanks for using Streamlit!