Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def search_images(query):
|
|
7 |
"q": query,
|
8 |
"tbm": "isch", # ์ด๋ฏธ์ง ๊ฒ์์ ์ํ ํ๋ผ๋ฏธํฐ
|
9 |
"api_key": "56b76bc0db7f66e70958810f3486e99a7ad4fc9b4ad0719e34478b20d2f7ec4f"
|
10 |
-
}
|
11 |
|
12 |
search = GoogleSearch(params)
|
13 |
results = search.get_dict()
|
|
|
7 |
"q": query,
|
8 |
"tbm": "isch", # ์ด๋ฏธ์ง ๊ฒ์์ ์ํ ํ๋ผ๋ฏธํฐ
|
9 |
"api_key": "56b76bc0db7f66e70958810f3486e99a7ad4fc9b4ad0719e34478b20d2f7ec4f"
|
10 |
+
}
|
11 |
|
12 |
search = GoogleSearch(params)
|
13 |
results = search.get_dict()
|