Arafath10 commited on
Commit
5553cc7
1 Parent(s): 820129b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -94,7 +94,9 @@ def greet(name1):
94
 
95
  return "Im Ai Based Chatbot Created by ssebowa.org"
96
 
97
-
 
 
98
  if "tell me a joke" in name or "the joke" in name:
99
  return joke()
100
 
 
94
 
95
  return "Im Ai Based Chatbot Created by ssebowa.org"
96
 
97
+ if "who developed you" in name or "what is you" in name or "who mad you" in name or "who made you" in name:
98
+ return "ssebowa.org"
99
+
100
  if "tell me a joke" in name or "the joke" in name:
101
  return joke()
102