Johan014 commited on
Commit
c4c2bcf
·
verified ·
1 Parent(s): a36dd31

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -76,7 +76,7 @@ async def start():
76
  chain = qa_bot()
77
  msg = cl.Message(content="Starting...")
78
  await msg.send()
79
- msg.content = "Hi, Welcome to your Medical Reseach Assistant. How may I help?"
80
  await msg.update()
81
 
82
  cl.user_session.set("chain", chain)
 
76
  chain = qa_bot()
77
  msg = cl.Message(content="Starting...")
78
  await msg.send()
79
+ msg.content = "Hi, Welcome to your Medical Research Assistant. How may I help?"
80
  await msg.update()
81
 
82
  cl.user_session.set("chain", chain)