Spaces:
Sleeping
Sleeping
seawolf2357
commited on
Commit
β’
6ffe322
1
Parent(s):
645faa0
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
-
|
4 |
# Google Custom Search API μ 보
|
5 |
API_KEY = os.getenv("JSON_KEY")
|
6 |
CX = "YOUR_CUSTOM_SEARCH_ENGINE_ID" # μ¬μ©μ 컀μ€ν
κ²μ μμ§ ID
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
+
import os
|
4 |
# Google Custom Search API μ 보
|
5 |
API_KEY = os.getenv("JSON_KEY")
|
6 |
CX = "YOUR_CUSTOM_SEARCH_ENGINE_ID" # μ¬μ©μ 컀μ€ν
κ²μ μμ§ ID
|