Version 0.60.0
Highlights:
-
Ability to set the height of an
st.text_area
with theheight
argument (expressed in pixels). See docs for more. -
Ability to set the maximimum number of characters allowed in
st.text_area
orst.text_input
. Check out themax_chars
argument in the docs. -
Better DeckGL support for the H3 geospatial indexing system. So now you can use things like
H3HexagonLayer
inst.pydeck_chart
. -
Improved
@st.cache
support for PyTorch TensorBase and Model.