anasmkh commited on
Commit
c7b1678
·
verified ·
1 Parent(s): 78aa2e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'you're wlocome'
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)