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
Thanks @AvratanuBiswas!!! Problem solved
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.