Dataframe width problem


i am trying to stretch this dataframe but dataframe(data, width, height) doesn’t works.
it seems like width have maximum size in my data

fig, ax = plt.subplots(2,2, figsize=(20,10))

st.pyplot(fig)
st.dataframe(table)

In the hamburger menu (top right), choose Settings and check the Wide mode checkbox.

Additionaly, you can change page layout using st.set_page_config :slight_smile:

Thank you so much!!

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