Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def wiki(name):
|
|
31 |
out = out + result+"\n"
|
32 |
except:
|
33 |
continue
|
34 |
-
return out
|
35 |
|
36 |
def greet(name):
|
37 |
if "who are you" in name or "who r u" in name:
|
|
|
31 |
out = out + result+"\n"
|
32 |
except:
|
33 |
continue
|
34 |
+
return out +"try this key words :\n"+str(wikipedia.search(text, results=10))
|
35 |
|
36 |
def greet(name):
|
37 |
if "who are you" in name or "who r u" in name:
|