From 281352a5cd3a1b4744c27d50f430786c8d1663ff Mon Sep 17 00:00:00 2001 From: minchulahn Date: Fri, 11 Aug 2023 17:25:19 +0900 Subject: [PATCH] =?UTF-8?q?dashboard=20=EC=82=AC=EC=9D=B4=EB=93=9C=20?= =?UTF-8?q?=EB=B0=94=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/sidebar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/sidebar.py b/dashboard/sidebar.py index f161455..b439de6 100644 --- a/dashboard/sidebar.py +++ b/dashboard/sidebar.py @@ -28,7 +28,7 @@ def set_version_json(edited_df): def show_sidebar(df, edited_df): with st.sidebar: st.subheader('Git Push') - with st.expander('Git Push', expanded=True): + with st.expander('Git Push'): commit_message = st.text_input('Commit Message', value='Update version.json') extended_description = st.text_area('Extended description', value=set_extended_description(edited_df), height=200)