RamV commited on
Commit
5489e6f
·
1 Parent(s): f59e560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def generate_response(user_input):
21
  # Check if user input contains the phrase "how are you"
22
  elif "how are you" in user_input.lower():
23
  # Generate a response to the question "how are you"
24
- chat_response = "I'm a chatrobo created by Ram.V, I don't have feelings, but thanks for asking,hope you're well! :)"
25
  return chat_response
26
  elif "who is superstar" in user_input.lower():
27
  # Generate a response explaining the chatbot's purpose
 
21
  # Check if user input contains the phrase "how are you"
22
  elif "how are you" in user_input.lower():
23
  # Generate a response to the question "how are you"
24
+ chat_response = "I'm a chatbot created by Ram.V. I don't have feelings, but thanks for asking. Hope you're well! :-)"
25
  return chat_response
26
  elif "who is superstar" in user_input.lower():
27
  # Generate a response explaining the chatbot's purpose