Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
|
4 |
SERPAPI_ENDPOINT = "https://serpapi.com/search"
|
5 |
-
API_KEY = "
|
6 |
|
7 |
def fetch_google_maps_place_id(query):
|
8 |
params = {
|
|
|
2 |
import requests
|
3 |
|
4 |
SERPAPI_ENDPOINT = "https://serpapi.com/search"
|
5 |
+
API_KEY = "b18f4d37042ab8222028830ee1d3db47481ac48f545382eacd7f0469414f1b1a"
|
6 |
|
7 |
def fetch_google_maps_place_id(query):
|
8 |
params = {
|