Pijush2023 commited on
Commit
abdd0da
·
verified ·
1 Parent(s): f10c469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -336,7 +336,7 @@ def bot(history, choice, tts_choice, retrieval_mode):
336
  history.append([response, None]) # Ensure the response is added in the correct format
337
 
338
 
339
- def fetch_yelp_restaurants(location="Birmingham, AL, USA", term="Restaurant"):
340
  params = {
341
  "engine": "yelp",
342
  "find_desc": term,
 
336
  history.append([response, None]) # Ensure the response is added in the correct format
337
 
338
 
339
+ def fetch_yelp_restaurants(term="restaurant"):
340
  params = {
341
  "engine": "yelp",
342
  "find_desc": term,