Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -512,7 +512,7 @@ function resetToPreviousStep() {
|
|
512 |
} else if (currentStep === 'customization') {
|
513 |
currentStep = 'menu_display';
|
514 |
console.log('Step changed to menu_display.');
|
515 |
-
fetchMenuItems({ ingredient_names: ingredientNames });
|
516 |
} else if (currentStep === 'post_cart') {
|
517 |
currentStep = 'food_type';
|
518 |
conversation.push({ role: 'bot', message: 'What type of food would you prefer?' });
|
|
|
512 |
} else if (currentStep === 'customization') {
|
513 |
currentStep = 'menu_display';
|
514 |
console.log('Step changed to menu_display.');
|
515 |
+
//fetchMenuItems({ ingredient_names: ingredientNames });
|
516 |
} else if (currentStep === 'post_cart') {
|
517 |
currentStep = 'food_type';
|
518 |
conversation.push({ role: 'bot', message: 'What type of food would you prefer?' });
|