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