Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def get_place_details(place_id, api_key):
|
|
132 |
return response.json()
|
133 |
|
134 |
def fetch_nearby_health_professionals(location):
|
135 |
-
api_key = "
|
136 |
query = "therapist OR counselor OR mental health professional OR marriage and family therapist OR psychotherapist OR psychiatrist OR psychologist OR nutritionist OR wellness doctor OR holistic practitioner OR integrative medicine OR chiropractor OR naturopath"
|
137 |
radius = 50000 # 50 km radius
|
138 |
|
|
|
132 |
return response.json()
|
133 |
|
134 |
def fetch_nearby_health_professionals(location):
|
135 |
+
api_key = "GOOGLE_API_KEY" # Replace with your actual Google API key
|
136 |
query = "therapist OR counselor OR mental health professional OR marriage and family therapist OR psychotherapist OR psychiatrist OR psychologist OR nutritionist OR wellness doctor OR holistic practitioner OR integrative medicine OR chiropractor OR naturopath"
|
137 |
radius = 50000 # 50 km radius
|
138 |
|