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