Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -337,7 +337,7 @@ def main():
|
|
337 |
load_environment()
|
338 |
|
339 |
if "last_answered_question" not in st.session_state:
|
340 |
-
|
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:
|