DreamStream-1 commited on
Commit
f606e6b
·
verified ·
1 Parent(s): d1bd971

Update app.py

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