DreamStream-1 commited on
Commit
09328d2
·
verified ·
1 Parent(s): 6ad91bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import pandas as pd
5
 
6
  # Google Maps API Key (replace with your actual key)
7
- api_key = "GOOGLE_MAPS_API_KEY"
8
 
9
  # Google Places API endpoints
10
  url = "https://maps.googleapis.com/maps/api/place/textsearch/json"
 
4
  import pandas as pd
5
 
6
  # Google Maps API Key (replace with your actual key)
7
+ api_key = "GOOGLE_API_KEY"
8
 
9
  # Google Places API endpoints
10
  url = "https://maps.googleapis.com/maps/api/place/textsearch/json"