Highlight dataframe row displayed using st.table

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

Thanks @AvratanuBiswas!!! Problem solved :tada:

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.