Update app.py
Browse files
app.py
CHANGED
@@ -33,9 +33,9 @@ def wiki(name):
|
|
33 |
continue
|
34 |
return out
|
35 |
|
36 |
-
def greet(
|
37 |
-
name =
|
38 |
-
n=
|
39 |
if "who are you" in name or "what is you" in name or "your name" in name or"who r u" in name:
|
40 |
|
41 |
return "Im Ai Based Chatbot Created by ssebowa.org"
|
|
|
33 |
continue
|
34 |
return out
|
35 |
|
36 |
+
def greet(name1):
|
37 |
+
name = name1.lower()
|
38 |
+
#n=
|
39 |
if "who are you" in name or "what is you" in name or "your name" in name or"who r u" in name:
|
40 |
|
41 |
return "Im Ai Based Chatbot Created by ssebowa.org"
|