antfraia commited on
Commit
bb3d082
·
1 Parent(s): b2f9c9a

Update app.py

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