AashishKumar commited on
Commit
3ed9c34
·
1 Parent(s): 9c50a04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = Tru
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)