seawolf2357 commited on
Commit
6ffe322
β€’
1 Parent(s): 645faa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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