Anne31415 commited on
Commit
ab8e22f
·
1 Parent(s): 957dbba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -17,6 +17,9 @@ import os
17
 
18
  #st.set_page_config(layout="wide")
19
 
 
 
 
20
  # Step 1: Clone the Dataset Repository
21
  repo = Repository(
22
  local_dir="Private_Book", # Local directory to clone the repository
 
17
 
18
  #st.set_page_config(layout="wide")
19
 
20
+ # Set the page config to make the sidebar start in the collapsed state
21
+ st.set_page_config(initial_sidebar_state="collapsed")
22
+
23
  # Step 1: Clone the Dataset Repository
24
  repo = Repository(
25
  local_dir="Private_Book", # Local directory to clone the repository