streamlit.set_page_config(layout="centered")
streamlit.markdown(
"""
<style>
.block-container {
max-width: 900px;
}
</style>
""",
unsafe_allow_html=True
)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.