Skip to content

Commit

Permalink
(feat) initial sidebar auto
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosofede committed Aug 2, 2023
1 parent e645560 commit fcc5374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/st_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import streamlit as st


def initialize_st_page(title: str, icon: str, layout="wide", initial_sidebar_state="collapsed"):
def initialize_st_page(title: str, icon: str, layout="wide", initial_sidebar_state="auto"):
st.set_page_config(
page_title=title,
page_icon=icon,
Expand Down

0 comments on commit fcc5374

Please sign in to comment.