mervp commited on
Commit
de3a1d7
·
verified ·
1 Parent(s): 79da12a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ chain_with_history = RunnableWithMessageHistory(
67
 
68
  # --- Streamlit UI ---
69
  st.set_page_config(page_title="Mercy AI", layout="centered")
70
- st.title("🤖 Mercy AI — Your AI Companion")
71
  st.subheader("Your journey matters. I'm here to listen, support, and guide you.")
72
 
73
  session_id = str(uuid.uuid4()) # You can also use a static ID if preferred.
 
67
 
68
  # --- Streamlit UI ---
69
  st.set_page_config(page_title="Mercy AI", layout="centered")
70
+ st.title("🤖 Merwin's AI — Your AI Companion")
71
  st.subheader("Your journey matters. I'm here to listen, support, and guide you.")
72
 
73
  session_id = str(uuid.uuid4()) # You can also use a static ID if preferred.