DrishtiSharma commited on
Commit
641b8c4
·
verified ·
1 Parent(s): 79cd59e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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?"}]