Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def chat_with_ai(user_input, chat_history):
|
|
73 |
chat_history.append((user_input, response))
|
74 |
return chat_history, ""
|
75 |
elif is_bey(user_input):
|
76 |
-
response =
|
77 |
chat_history.append((user_input, response))
|
78 |
return chat_history, ""
|
79 |
response = chat_engine.chat(user_input)
|
|
|
73 |
chat_history.append((user_input, response))
|
74 |
return chat_history, ""
|
75 |
elif is_bey(user_input):
|
76 |
+
response = "you're wlocome"
|
77 |
chat_history.append((user_input, response))
|
78 |
return chat_history, ""
|
79 |
response = chat_engine.chat(user_input)
|