Spaces:
Runtime error
Runtime error
Yosef Skolnick commited on
Commit ·
5c45d24
1
Parent(s): 44b347f
Change initial sidebar state to collapsed for improved user experience
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ def main():
|
|
| 111 |
st.set_page_config(
|
| 112 |
page_title="Divrey Yoel AI Chat (GPT-4o Gen)",
|
| 113 |
layout="wide",
|
| 114 |
-
initial_sidebar_state="
|
| 115 |
)
|
| 116 |
|
| 117 |
# Initialize session state variables if not already set
|
|
|
|
| 111 |
st.set_page_config(
|
| 112 |
page_title="Divrey Yoel AI Chat (GPT-4o Gen)",
|
| 113 |
layout="wide",
|
| 114 |
+
initial_sidebar_state="collapsed"
|
| 115 |
)
|
| 116 |
|
| 117 |
# Initialize session state variables if not already set
|