RamV commited on
Commit
652c564
·
1 Parent(s): b314df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def generate_response(user_input):
11
  if "who created you" in user_input.lower():
12
  chat_response = "I was created by Ram.V"
13
  elif "who is superstar" in user_input.lower():
14
- chat_response = "Even kids will know who Superstar is! The one and only: *Superstar Rajinikanth*."
15
  elif "what is the weather like" in user_input.lower():
16
  chat_response = "I'm sorry, but I don't have the ability to check the weather. Is there something else I can help you with?"
17
  elif "how are you" in user_input.lower():
 
11
  if "who created you" in user_input.lower():
12
  chat_response = "I was created by Ram.V"
13
  elif "who is superstar" in user_input.lower():
14
+ chat_response = "Even kids will know who Superstar is! The one and only *Superstar Rajinikanth*"
15
  elif "what is the weather like" in user_input.lower():
16
  chat_response = "I'm sorry, but I don't have the ability to check the weather. Is there something else I can help you with?"
17
  elif "how are you" in user_input.lower():