MilanM commited on
Commit
84e66d1
·
verified ·
1 Parent(s): 90720dd

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -39,7 +39,6 @@ st.set_page_config(
39
  initial_sidebar_state="collapsed",
40
  layout="centered",
41
  )
42
- initialize_session_state()
43
 
44
 
45
  def check_password():
@@ -90,6 +89,7 @@ wx_client = setup_watsonxai_client(
90
 
91
  # ----- ----- MAIN APP
92
  def main():
 
93
  st.subheader(f"{bot_name} {bot_icon}")
94
 
95
  if display_chat_history:
 
39
  initial_sidebar_state="collapsed",
40
  layout="centered",
41
  )
 
42
 
43
 
44
  def check_password():
 
89
 
90
  # ----- ----- MAIN APP
91
  def main():
92
+ initialize_session_state()
93
  st.subheader(f"{bot_name} {bot_icon}")
94
 
95
  if display_chat_history: