Spaces:
Sleeping
Sleeping
Update rag_saraswati.py
Browse files- rag_saraswati.py +1 -1
rag_saraswati.py
CHANGED
@@ -149,7 +149,7 @@ async def start_chat():
|
|
149 |
cl.user_session.set("swarm", swarm)
|
150 |
|
151 |
await cl.Message(
|
152 |
-
content="
|
153 |
).send()
|
154 |
|
155 |
except Exception as e:
|
|
|
149 |
cl.user_session.set("swarm", swarm)
|
150 |
|
151 |
await cl.Message(
|
152 |
+
content="Hi there! I’m SARASWATI, your AI guidance system. Whether you’re exploring career paths or looking for ways to improve your mental well-being, I’m here to support you. How can I assist you today?"
|
153 |
).send()
|
154 |
|
155 |
except Exception as e:
|