I am using st.table
to display a dataframe and I need to highlight the last row. What is the best way to do it?
hi @albusdemens ,
How about using st.dataframe()
instead ?
reference - st.dataframe - Streamlit Docs
Best
Avra
2 Likes