sarmaddev commited on
Commit
1e26132
·
1 Parent(s): d47c7a8

edit name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ agent: Agent = Agent(
112
  @cl.on_chat_start
113
  async def on_chat_start():
114
  cl.user_session.set("history", [])
115
- await cl.Message("Hi! This ABC Hotels Receptionist which can book hotel room, answer common queries and check hotel rooms availiblity from hotel's database for you!!").send()
116
 
117
  @cl.on_message
118
  async def handle(message: cl.Message):
 
112
  @cl.on_chat_start
113
  async def on_chat_start():
114
  cl.user_session.set("history", [])
115
+ await cl.Message("Hi! This AI powered Hotel Receptionist which can book hotel room, answer common queries and check hotel rooms availiblity from hotel's database for you!!").send()
116
 
117
  @cl.on_message
118
  async def handle(message: cl.Message):