mrbeliever commited on
Commit
c5769d4
·
verified ·
1 Parent(s): a5eff3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ st.set_page_config(
11
  page_title="LLM Chat Interface",
12
  page_icon="🤖",
13
  layout="wide", # You can use "centered" or "wide" layouts
14
- initial_sidebar_state="expanded"
15
  theme={"base": "dark"}
16
  )
17
 
 
11
  page_title="LLM Chat Interface",
12
  page_icon="🤖",
13
  layout="wide", # You can use "centered" or "wide" layouts
 
14
  theme={"base": "dark"}
15
  )
16