Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -710,11 +710,18 @@ def spritual_assistant_streamlit():
|
|
710 |
st.session_state.user_id = user_id
|
711 |
st.session_state.chat_history.append({
|
712 |
"role": "assistant",
|
713 |
-
"content"
|
714 |
-
ไปๆฅใใใชใใฎ็ฒพ็ฅ็ใช้ใใฉใฎใใใซๅฐใใใจใใงใใใงใใใใ?
|
715 |
-
User data remains private. All processing occurs within the current session.
|
716 |
-
No user data is stored, shared, or used for model training or any other purpose."""
|
717 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
718 |
})
|
719 |
st.session_state.login_submitted = True
|
720 |
if st.session_state.get("login_submitted", False):
|
|
|
710 |
st.session_state.user_id = user_id
|
711 |
st.session_state.chat_history.append({
|
712 |
"role": "assistant",
|
713 |
+
"content": f"""๐ **Welcome ใใใใ, {user_id}!**
|
|
|
|
|
|
|
714 |
|
715 |
+
How can I guide you in your spiritual path today?
|
716 |
+
ไปๆฅใใใชใใฎ็ฒพ็ฅ็ใช้ใใฉใฎใใใซๅฐใใใจใใงใใใงใใใใ?
|
717 |
+
|
718 |
+
---
|
719 |
+
|
720 |
+
๐ **Privacy Notice:**
|
721 |
+
User data remains private.
|
722 |
+
All processing occurs **within the current session**.
|
723 |
+
No user data is **stored**, **shared**, or used for **model training** or any other purpose.
|
724 |
+
"""
|
725 |
})
|
726 |
st.session_state.login_submitted = True
|
727 |
if st.session_state.get("login_submitted", False):
|