DreamStream-1 commited on
Commit
4f710ca
·
verified ·
1 Parent(s): a0cc511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def provide_suggestions(emotion):
127
  return suggestions
128
 
129
  # Google Places API (Code 4)
130
- api_key = "YOUR_GOOGLE_API_KEY" # Replace with your API key
131
 
132
  def get_places_data(query, location, radius, api_key, next_page_token=None):
133
  url = "https://maps.googleapis.com/maps/api/place/textsearch/json"
 
127
  return suggestions
128
 
129
  # Google Places API (Code 4)
130
+ api_key = "GOOGLE_API_KEY" # Replace with your API key
131
 
132
  def get_places_data(query, location, radius, api_key, next_page_token=None):
133
  url = "https://maps.googleapis.com/maps/api/place/textsearch/json"