Spaces:
Running
Running
Update app.py
Browse files
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")
|