Spaces:
Runtime error
Runtime error
Commit
·
907823d
1
Parent(s):
c3b38bc
Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,8 @@ def generate_recipe(user_inputs):
|
|
72 |
#with st.spinner('Building the perfect recipe for you...'):
|
73 |
context = """Provide me a recipe based on the provided python dictionary.
|
74 |
Output this in a valid JSON object with the following properties:
|
75 |
-
recipe_name (string):
|
76 |
-
recipe_description (string): brief description of the recipe, 3 sentences maximum
|
77 |
recipe_serving_size (string): the serving size of the recipe (example: "4 people")
|
78 |
recipe_time (string): the amount of time required to make the recipe (example: "60 minutes (Preparation: 20 minutes, Baking: 40 minutes)")
|
79 |
recipe_ingredients (string): python list of ingredients required to make the recipe
|
|
|
72 |
#with st.spinner('Building the perfect recipe for you...'):
|
73 |
context = """Provide me a recipe based on the provided python dictionary.
|
74 |
Output this in a valid JSON object with the following properties:
|
75 |
+
recipe_name (string): provide a name for the generated recipe
|
76 |
+
recipe_description (string): a brief description of the recipe itself, the contents and/or instructions, 3 sentences maximum
|
77 |
recipe_serving_size (string): the serving size of the recipe (example: "4 people")
|
78 |
recipe_time (string): the amount of time required to make the recipe (example: "60 minutes (Preparation: 20 minutes, Baking: 40 minutes)")
|
79 |
recipe_ingredients (string): python list of ingredients required to make the recipe
|