Boris commited on
Commit
b95ae72
·
1 Parent(s): a15da7e
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -63,6 +63,7 @@ def handle_user_input():
63
 
64
  try:
65
  if "bot" not in st.session_state:
 
66
  st.session_state.bot = get_graph_class(prompt)
67
  st.session_state.bot.invoke(prompt)
68
  except Exception as e:
 
63
 
64
  try:
65
  if "bot" not in st.session_state:
66
+ print("init!!!!")
67
  st.session_state.bot = get_graph_class(prompt)
68
  st.session_state.bot.invoke(prompt)
69
  except Exception as e: