Spaces:
Sleeping
Sleeping
Update model.py
Browse files
model.py
CHANGED
|
@@ -70,7 +70,7 @@ async def start():
|
|
| 70 |
chain = qa_bot()
|
| 71 |
msg = cl.Message(content="Starting the bot...")
|
| 72 |
await msg.send()
|
| 73 |
-
msg.content = "Hi, Welcome to
|
| 74 |
await msg.update()
|
| 75 |
|
| 76 |
cl.user_session.set("chain", chain)
|
|
|
|
| 70 |
chain = qa_bot()
|
| 71 |
msg = cl.Message(content="Starting the bot...")
|
| 72 |
await msg.send()
|
| 73 |
+
msg.content = "Hi, Welcome to HealsHealthAI. What is your query?"
|
| 74 |
await msg.update()
|
| 75 |
|
| 76 |
cl.user_session.set("chain", chain)
|