Spaces:
Running
Running
adrianpierce
commited on
Commit
•
3dc1f97
1
Parent(s):
907823d
Update app.py
Browse files
app.py
CHANGED
@@ -29,15 +29,15 @@ serving_size = st.number_input(
|
|
29 |
difficulty_dictionary = {
|
30 |
"Quick & Easy": {
|
31 |
"description": "Easy recipes with straightforward instructions. Ideal for beginners or those seeking quick and simple cooking.",
|
32 |
-
"gpt_instruction": "Easy: a quick and easy recipe with simple/straightfoward ingredients and instructions."
|
33 |
},
|
34 |
"Intermediate": {
|
35 |
"description": "Recipes with some intricate steps that invite a little challenge. Perfect for regular cooks wanting to expand their repertoire with new ingredients and techniques.",
|
36 |
-
"gpt_instruction": "Intermediate: intermediate recipe with some intricate ingredients and
|
37 |
},
|
38 |
"Professional": {
|
39 |
"description": "Complex recipes that demand a high level of skill and precision. Suited for seasoned cooks aspiring to professional-level sophistication and creativity.",
|
40 |
-
"gpt_instruction": "Professional: restaurant quality dish that is innovative and
|
41 |
}
|
42 |
}
|
43 |
|
|
|
29 |
difficulty_dictionary = {
|
30 |
"Quick & Easy": {
|
31 |
"description": "Easy recipes with straightforward instructions. Ideal for beginners or those seeking quick and simple cooking.",
|
32 |
+
"gpt_instruction": "Easy: provide a quick and easy recipe with simple/straightfoward ingredients and instructions."
|
33 |
},
|
34 |
"Intermediate": {
|
35 |
"description": "Recipes with some intricate steps that invite a little challenge. Perfect for regular cooks wanting to expand their repertoire with new ingredients and techniques.",
|
36 |
+
"gpt_instruction": "Intermediate: provide an intermediate recipe with some intricate ingredients and techniques."
|
37 |
},
|
38 |
"Professional": {
|
39 |
"description": "Complex recipes that demand a high level of skill and precision. Suited for seasoned cooks aspiring to professional-level sophistication and creativity.",
|
40 |
+
"gpt_instruction": "Professional: provide a restaurant quality dish that is innovative/experimental and uses a wide variety of ingredients and techniques."
|
41 |
}
|
42 |
}
|
43 |
|