Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,6 @@ st.markdown(
|
|
18 |
unsafe_allow_html=True
|
19 |
)
|
20 |
|
21 |
-
|
22 |
-
#st.set_page_config(page_title="Multi-Agent Essay Writing Assistant", page_icon="🤖🤖🤖✍️", layout = "centered")
|
23 |
-
|
24 |
# Ensure session state variables are initialized properly
|
25 |
if "messages" not in st.session_state:
|
26 |
st.session_state["messages"] = [{"role": "assistant", "content": "Hello! How can I assist you today?"}]
|
|
|
18 |
unsafe_allow_html=True
|
19 |
)
|
20 |
|
|
|
|
|
|
|
21 |
# Ensure session state variables are initialized properly
|
22 |
if "messages" not in st.session_state:
|
23 |
st.session_state["messages"] = [{"role": "assistant", "content": "Hello! How can I assist you today?"}]
|