Spaces:
Running
Running
Update app.py
Browse files
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
|