Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1207,6 +1207,8 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
1207 |
function_response = clear_chat_history(
|
1208 |
command=arguments_dict["command"]
|
1209 |
)
|
|
|
|
|
1210 |
elif function_name == "book_enquiry":
|
1211 |
function_response = book_enquiry(
|
1212 |
full_name=arguments_dict["full_name"],
|
|
|
1207 |
function_response = clear_chat_history(
|
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"],
|