Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def provide_suggestions(emotion):
|
|
150 |
return suggestions
|
151 |
|
152 |
# Google Places API to get nearby wellness professionals
|
153 |
-
api_key = "
|
154 |
|
155 |
def get_places_data(query, location, radius, api_key, next_page_token=None):
|
156 |
url = "https://maps.googleapis.com/maps/api/place/textsearch/json"
|
|
|
150 |
return suggestions
|
151 |
|
152 |
# Google Places API to get nearby wellness professionals
|
153 |
+
api_key = "GOOGLE_API_KEY" # Replace with your actual API key
|
154 |
|
155 |
def get_places_data(query, location, radius, api_key, next_page_token=None):
|
156 |
url = "https://maps.googleapis.com/maps/api/place/textsearch/json"
|