Streamlit: Open in wide mode

Created on 18 Oct 2019  路  3Comments  路  Source: streamlit/streamlit

Problem

First thing my users do when start the streamlit application is switch on the wide mode.
Could I directly open streamlit in wide mode?

Solution

A simple solution could be add a parameter when launch the streamlit
MVP:
streamlit run --wide <app.py>

Preferred solution:
Customize streamlit at the beginning of the application something like
st.set_wide_mode()

enhancement

Most helpful comment

Seems this is already there. Refer #314

All 3 comments

Probably I could do the enhancement but I'm not familiar with the structure of the project

Seems this is already there. Refer #314

Closing this as a duplicate of #314

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thingumajig picture thingumajig  路  3Comments

ShivamBhirud picture ShivamBhirud  路  3Comments

aagnone3 picture aagnone3  路  3Comments

danlester picture danlester  路  3Comments

randyzwitch picture randyzwitch  路  3Comments