DreamStream-1 commited on
Commit
e5f8869
·
verified ·
1 Parent(s): a41d07f

Update app.py

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