@@ -50,11 +50,11 @@ All dishes will "fit" into one of the categories imported from `sets_categories_
5050>> > from sets_categories_data import VEGAN , VEGETARIAN , PALEO , KETO , OMNIVORE
5151
5252
53- >> > categorize_dish(' Sticky Lemon Tofu' , [ ' tofu' , ' soy sauce' , ' salt' , ' black pepper' , ' cornstarch' , ' vegetable oil' , ' garlic' , ' ginger' , ' water' , ' vegetable stock' , ' lemon juice' , ' lemon zest' , ' sugar' ] )
53+ >> > categorize_dish(' Sticky Lemon Tofu' , { ' tofu' , ' soy sauce' , ' salt' , ' black pepper' , ' cornstarch' , ' vegetable oil' , ' garlic' , ' ginger' , ' water' , ' vegetable stock' , ' lemon juice' , ' lemon zest' , ' sugar' } )
5454...
5555' Sticky Lemon Tofu: VEGAN'
5656
57- >> > categorize_dish(' Shrimp Bacon and Crispy Chickpea Tacos with Salsa de Guacamole' , [ ' shrimp' , ' bacon' , ' avocado' , ' chickpeas' , ' fresh tortillas' , ' sea salt' , ' guajillo chile' , ' slivered almonds' , ' olive oil' , ' butter' , ' black pepper' , ' garlic' , ' onion' ] )
57+ >> > categorize_dish(' Shrimp Bacon and Crispy Chickpea Tacos with Salsa de Guacamole' , { ' shrimp' , ' bacon' , ' avocado' , ' chickpeas' , ' fresh tortillas' , ' sea salt' , ' guajillo chile' , ' slivered almonds' , ' olive oil' , ' butter' , ' black pepper' , ' garlic' , ' onion' } )
5858...
5959' Shrimp Bacon and Crispy Chickpea Tacos with Salsa de Guacamole: OMNIVORE'
6060```
0 commit comments