ZarinT commited on
Commit
7b633e9
·
verified ·
1 Parent(s): 482d60c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ def main():
337
  load_environment()
338
 
339
  if "last_answered_question" not in st.session_state:
340
- st.session_state.last_answered_question = ""
341
 
342
  # Initialize session state safely
343
  if "chat_ready" not in st.session_state:
 
337
  load_environment()
338
 
339
  if "last_answered_question" not in st.session_state:
340
+ st.session_state.last_answered_question = ""
341
 
342
  # Initialize session state safely
343
  if "chat_ready" not in st.session_state: