From 614635ed0485d46de69b5a3b1524b34893bbb297 Mon Sep 17 00:00:00 2001 From: Gustav von Zitzewitz Date: Fri, 12 May 2023 10:57:58 +0200 Subject: [PATCH] initial_sidebar_state expanded --- app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 24b28ee..c76fc65 100644 --- a/app.py +++ b/app.py @@ -23,7 +23,7 @@ load_dotenv() # Page options and header st.set_option("client.showErrorDetails", True) -st.set_page_config(page_title=APP_NAME, page_icon=PAGE_ICON) +st.set_page_config(page_title=APP_NAME, page_icon=PAGE_ICON, initial_sidebar_state="expanded") st.markdown( f"

{APP_NAME} {PAGE_ICON}
I know all about your data!

", unsafe_allow_html=True, @@ -63,13 +63,13 @@ with st.sidebar: "ActiveLoop Token", type="password", help=ACTIVELOOP_HELP, - placeholder="Optional, using ours if emtpty", + placeholder="Optional, using ours if empty", ) activeloop_org_name = st.text_input( "ActiveLoop Organisation Name", type="password", help=ACTIVELOOP_HELP, - placeholder="Optional, using ours if emtpty", + placeholder="Optional, using ours if empty", ) submitted = st.form_submit_button("Submit") if submitted: