Arafath10 commited on
Commit
ca58367
·
1 Parent(s): 7845b8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ def qq():
16
  return "no found"
17
 
18
  def greet(name):
 
19
  url = "https://www.google.com/search?q="+name
20
  r = requests.get(url)
21
 
 
16
  return "no found"
17
 
18
  def greet(name):
19
+ return "hello"
20
  url = "https://www.google.com/search?q="+name
21
  r = requests.get(url)
22