gridX = pd.DataFrame([[3], [3]], columns=[“GridX\n(m)”])
gridX_data = st.data_editor(gridX, num_rows=“dynamic”)
i have this code to create data editor it’s working fine, only problem is that GridX (m) displayed in same line , i want to display Gridx and (m) in same row but top and bottom to compress column width