Arafath10 commited on
Commit
0a79801
·
1 Parent(s): 4f2209a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -31,6 +31,9 @@ def greet(name):
31
 
32
  if "tell me a joke" in name or "joke" in name:
33
  return joke()
 
 
 
34
  url = "https://www.google.com/search?q="+name
35
  r = requests.get(url)
36
 
 
31
 
32
  if "tell me a joke" in name or "joke" in name:
33
  return joke()
34
+
35
+
36
+
37
  url = "https://www.google.com/search?q="+name
38
  r = requests.get(url)
39