tommy24 commited on
Commit
ed41cb7
·
1 Parent(s): 31f97c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1208,7 +1208,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1208
  command=arguments_dict["command"]
1209
  )
1210
  reply = {"Mode": "Chat", "content": function_response}
1211
- return function_response
1212
  elif function_name == "book_enquiry":
1213
  function_response = book_enquiry(
1214
  full_name=arguments_dict["full_name"],
 
1208
  command=arguments_dict["command"]
1209
  )
1210
  reply = {"Mode": "Chat", "content": function_response}
1211
+ return reply
1212
  elif function_name == "book_enquiry":
1213
  function_response = book_enquiry(
1214
  full_name=arguments_dict["full_name"],