cheremnm commited on
Commit
2d814cd
·
verified ·
1 Parent(s): 7997271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -726,7 +726,8 @@ How can I guide you in your spiritual path today?
726
  User questions remains private.
727
  All processing occurs **within the current session**.
728
  No user data is **stored**, **shared**, or used for **model training** or any other purpose.
729
- """)
 
730
  st.session_state.login_submitted = True
731
  if st.session_state.get("login_submitted", False):
732
  st.session_state.pop("login_submitted")
 
726
  User questions remains private.
727
  All processing occurs **within the current session**.
728
  No user data is **stored**, **shared**, or used for **model training** or any other purpose.
729
+ """
730
+ })
731
  st.session_state.login_submitted = True
732
  if st.session_state.get("login_submitted", False):
733
  st.session_state.pop("login_submitted")