Update app.py
Browse files
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("🤖
|
| 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.
|