How to Increase Row Height in DataFrame to Display More Text in Streamlit?

Hi everyone, I’ve searched everywhere but couldn’t find a solution. I’m running Streamlit 1.40 locally and trying to figure out if it’s possible to increase the pixel size of a row in a DataFrame. I have text in my cells and would like to display much more than what is currently shown.

Have you tried the row_height parameter?