minhthong commited on
Commit
5c9091f
1 Parent(s): d3e9d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import streamlit_antd_components as sac
4
 
5
  # Cấu hình trang web với chế độ wide mode
6
  st.set_page_config(layout="wide")
 
7
 
8
  # CSS để ẩn sidebar mặc định
9
  no_sidebar_style = """
 
4
 
5
  # Cấu hình trang web với chế độ wide mode
6
  st.set_page_config(layout="wide")
7
+ st.set_page_config(initial_sidebar_state="collapsed")
8
 
9
  # CSS để ẩn sidebar mặc định
10
  no_sidebar_style = """