tx3bas commited on
Commit
0a1d7fd
·
verified ·
1 Parent(s): d40dfec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
5
  def fetch_data(keyword, location, lang):
6
  url = f"https://google-keyword-insight1.p.rapidapi.com/keysuggest?keyword={keyword}&location={location}&lang={lang}"
7
  headers = {
8
- 'X-RapidAPI-Key': '8f33035778msh2f4a51dfe132009p11d0f8jsn6b21e0265887',
9
  'X-RapidAPI-Host': 'google-keyword-insight1.p.rapidapi.com'
10
  }
11
  response = requests.get(url, headers=headers)
 
5
  def fetch_data(keyword, location, lang):
6
  url = f"https://google-keyword-insight1.p.rapidapi.com/keysuggest?keyword={keyword}&location={location}&lang={lang}"
7
  headers = {
8
+ 'X-RapidAPI-Key': '63e53aa879mshac0f7ff04cc8922p1a89dbjsn96a2ea051ea7',
9
  'X-RapidAPI-Host': 'google-keyword-insight1.p.rapidapi.com'
10
  }
11
  response = requests.get(url, headers=headers)