masadonline commited on
Commit
af15d9b
·
verified ·
1 Parent(s): 49377ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.experimental_rerun()
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 ---