Update app.py
Browse files
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 |
|