Spaces:
Runtime error
Runtime error
Commit
·
d5a06f7
1
Parent(s):
75d8cf0
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def main(audio):
|
|
168 |
elif food_command in ['menu' , 'menus' , 'catalogue' , 'items' , 'something']:
|
169 |
if found_rest:
|
170 |
menu_items = get_menu_items(restaurant_name)
|
171 |
-
response = f"Here's the menu for {
|
172 |
break
|
173 |
else:
|
174 |
response = chatbot(command)
|
|
|
168 |
elif food_command in ['menu' , 'menus' , 'catalogue' , 'items' , 'something']:
|
169 |
if found_rest:
|
170 |
menu_items = get_menu_items(restaurant_name)
|
171 |
+
response = f"Here's the menu for {restaurant_name}: {menu_items}"
|
172 |
break
|
173 |
else:
|
174 |
response = chatbot(command)
|