Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -760,7 +760,7 @@ if st.session_state.get("bot_started") and st.session_state.get("rag_pipeline_re
|
|
760 |
st.success(f"Successfully responded to WhatsApp message SID {msg_sid} from {author_id}.")
|
761 |
else:
|
762 |
st.error(f"Failed to send WhatsApp response for message SID {msg_sid} from {author_id}.")
|
763 |
-
st.
|
764 |
|
765 |
|
766 |
# --- Footer & Status ---
|
|
|
760 |
st.success(f"Successfully responded to WhatsApp message SID {msg_sid} from {author_id}.")
|
761 |
else:
|
762 |
st.error(f"Failed to send WhatsApp response for message SID {msg_sid} from {author_id}.")
|
763 |
+
st.rerun()
|
764 |
|
765 |
|
766 |
# --- Footer & Status ---
|