Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -722,6 +722,11 @@ How can I guide you in your spiritual path today?
|
|
722 |
|
723 |
"""
|
724 |
})
|
|
|
|
|
|
|
|
|
|
|
725 |
st.session_state.login_submitted = True
|
726 |
if st.session_state.get("login_submitted", False):
|
727 |
st.session_state.pop("login_submitted")
|
|
|
722 |
|
723 |
"""
|
724 |
})
|
725 |
+
st.write("""🔒 **Privacy Notice:**
|
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")
|