Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -694,6 +694,11 @@ def spritual_assistant_streamlit():
|
|
694 |
st.title("Welcome to the Spiritual Assistant!")
|
695 |
st.write("You can ask questions about the Bible, Jesus, faith, and Christian life")
|
696 |
st.write("Type 'exit' to end the conversation.\n")
|
|
|
|
|
|
|
|
|
|
|
697 |
|
698 |
# Initialize session state for chat history and user_id if they don't exist
|
699 |
if 'chat_history' not in st.session_state:
|
@@ -712,8 +717,8 @@ def spritual_assistant_streamlit():
|
|
712 |
"role": "assistant",
|
713 |
"content": f"""๐ **Welcome ใใใใ, {user_id}!**
|
714 |
|
715 |
-
|
716 |
-
|
717 |
|
718 |
---
|
719 |
|
|
|
694 |
st.title("Welcome to the Spiritual Assistant!")
|
695 |
st.write("You can ask questions about the Bible, Jesus, faith, and Christian life")
|
696 |
st.write("Type 'exit' to end the conversation.\n")
|
697 |
+
st.write("""๐ **Privacy Notice:**
|
698 |
+
User data remains private.
|
699 |
+
All processing occurs **within the current session**.
|
700 |
+
No user data is **stored**, **shared**, or used for **model training** or any other purpose.
|
701 |
+
""")
|
702 |
|
703 |
# Initialize session state for chat history and user_id if they don't exist
|
704 |
if 'chat_history' not in st.session_state:
|
|
|
717 |
"role": "assistant",
|
718 |
"content": f"""๐ **Welcome ใใใใ, {user_id}!**
|
719 |
|
720 |
+
How can I guide you in your spiritual path today?
|
721 |
+
ไปๆฅใใใชใใฎ็ฒพ็ฅ็ใช้ใใฉใฎใใใซๅฐใใใจใใงใใใงใใใใ?
|
722 |
|
723 |
---
|
724 |
|