cheremnm commited on
Commit
7ebb086
ยท
verified ยท
1 Parent(s): 21f9d40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
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
- How can I guide you in your spiritual path today?
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