cheremnm commited on
Commit
e8213d7
ยท
verified ยท
1 Parent(s): 1f0175b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -710,10 +710,11 @@ def spritual_assistant_streamlit():
710
  st.session_state.user_id = user_id
711
  st.session_state.chat_history.append({
712
  "role": "assistant",
713
- content = f"""Welcome ใ‚ˆใ†ใ“ใ, {user_id}! How can I guide you in your spiritual path today?
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 and other reasons. """
 
717
  })
718
  st.session_state.login_submitted = True
719
  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}! How can I guide you in your spiritual path today?
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):