pt09490n commited on
Commit
4c189f4
·
1 Parent(s): 8e1575c

Adding code for app.py and updating requirements.txt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ class URLValidator:
13
 
14
  def __init__(self):
15
  # API Keys
16
- self.serpapi_key = os.genenv('SERPAPI_KEY')
17
  self.google_safe_browsing_key = os.getenv('GOOGLE_SAFE_KEY')
18
 
19
  # Load models once to avoid redundant API calls
 
13
 
14
  def __init__(self):
15
  # API Keys
16
+ self.serpapi_key = os.getenv('SERPAPI_KEY')
17
  self.google_safe_browsing_key = os.getenv('GOOGLE_SAFE_KEY')
18
 
19
  # Load models once to avoid redundant API calls