Update app.py
Browse files
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': '
|
| 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)
|