DreamStream-1 commited on
Commit
c5f3d57
·
verified ·
1 Parent(s): ae282f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ def provide_suggestions(emotion):
199
  # Function to find wellness professionals
200
  def find_wellness_professionals(location, state):
201
  query = "therapist OR counselor OR mental health professional OR marriage and family therapist OR psychotherapist OR psychiatrist OR psychologist in " + location
202
- api_key = "YOUR_GOOGLE_API_KEY" # Replace with your own API key
203
  location_coords = "21.3,-157.8" # Default to Oahu, Hawaii
204
  radius = 50000 # 50 km radius
205
 
 
199
  # Function to find wellness professionals
200
  def find_wellness_professionals(location, state):
201
  query = "therapist OR counselor OR mental health professional OR marriage and family therapist OR psychotherapist OR psychiatrist OR psychologist in " + location
202
+ api_key = "GOOGLE_API_KEY" # Replace with your own API key
203
  location_coords = "21.3,-157.8" # Default to Oahu, Hawaii
204
  radius = 50000 # 50 km radius
205