Spaces:
Sleeping
Sleeping
seawolf2357
commited on
Commit
β’
6abbe60
1
Parent(s):
199b1c7
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ logging.basicConfig(level=logging.DEBUG)
|
|
8 |
logger = logging.getLogger(__name__)
|
9 |
|
10 |
# Google Custom Search API μ 보
|
11 |
-
API_KEY = "
|
12 |
CX = "c01abc75e1b95483d" # μ¬μ©μ 컀μ€ν
κ²μ μμ§ ID
|
13 |
|
14 |
def google_search(query):
|
|
|
8 |
logger = logging.getLogger(__name__)
|
9 |
|
10 |
# Google Custom Search API μ 보
|
11 |
+
API_KEY = os.getenv("JSONKEY")
|
12 |
CX = "c01abc75e1b95483d" # μ¬μ©μ 컀μ€ν
κ²μ μμ§ ID
|
13 |
|
14 |
def google_search(query):
|