Version 0.60.0
Highlights:
-
Ability to set the height of an st.text_areawith theheightargument (expressed in pixels). See docs for more. -
Ability to set the maximimum number of characters allowed in st.text_areaorst.text_input. Check out themax_charsargument in the docs. -
Better DeckGL support for the H3 geospatial indexing system. So now you can use things like H3HexagonLayerinst.pydeck_chart. -
Improved @st.cachesupport for PyTorch TensorBase and Model.