Spaces:
Runtime error
Runtime error
Commit
·
30d2389
1
Parent(s):
09c5f57
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ user_inputs = {
|
|
70 |
|
71 |
def generate_recipe(user_inputs):
|
72 |
#with st.spinner('Building the perfect recipe for you...'):
|
73 |
-
context = """You are an expert chef that can make a wide
|
74 |
Output a recipe 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
|
|
|
70 |
|
71 |
def generate_recipe(user_inputs):
|
72 |
#with st.spinner('Building the perfect recipe for you...'):
|
73 |
+
context = """You are an expert chef assistant that can make a wide variety of recipes based on user input.
|
74 |
Output a recipe 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
|