Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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,
|