Spaces:
Runtime error
Runtime error
Commit
·
3ed9c34
1
Parent(s):
9c50a04
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def main(audio):
|
|
123 |
found_item = False
|
124 |
for restaurant, rest_info in restaurants.items():
|
125 |
if item_name in rest_info:
|
126 |
-
found_item =
|
127 |
print(item_name)
|
128 |
|
129 |
print(found_item , found_rest)
|
|
|
123 |
found_item = False
|
124 |
for restaurant, rest_info in restaurants.items():
|
125 |
if item_name in rest_info:
|
126 |
+
found_item = True
|
127 |
print(item_name)
|
128 |
|
129 |
print(found_item , found_rest)
|