Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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"
|