diff --git a/add_recipe.ipynb b/add_recipe.ipynb index bcace25..9fd6cf3 100644 --- a/add_recipe.ipynb +++ b/add_recipe.ipynb @@ -32,7 +32,7 @@ "ingredients = [ingredient.strip() for ingredient in input().split(',')]\n", "\n", "\n", - "print(\"Which passages do you follow to cook the recipe? Please write them separated by a comma\")\n", + "print(\"Which steps do you need to follow to cook the recipe? Please write them separated by a comma\")\n", "instructions = [instruction.strip() for instruction in input().split(',')]\n" ] }, @@ -71,8 +71,7 @@ "\n", "with open('cms.json','w') as file:\n", " file.write(json.dumps(cms))\n", - " \n", - "print(json.dumps(cms))\n" + " print('Thank you for your contribuition')\n" ] }, { diff --git a/index.html b/index.html index 2019b5c..d2da25c 100644 --- a/index.html +++ b/index.html @@ -1,90 +1,132 @@ - - - - - - - 🥣 Soup Gen - - - -
-

Soup Gen Cookbook

-
-
-
-
-
-

Soup Generator

- each soup has: -
+ + + + + + + 🥣 Soup Gen + + + -
-
-

Title [string]

-
Description [string]
-
Chef [string]
-
- -
-

List of ingredients [array of strings]

-
    -
  • First ingredient
  • -
  • Second ingredient
  • -
  • ...
  • -
-
-
-

List of instructions [array of strings]

-
    -
  1. First instruction
  2. -
  3. Second instruction
  4. -
  5. ...
  6. -
-
-
-
- -
-