adrianpierce commited on
Commit
7d13eb4
1 Parent(s): 4a69763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,11 +30,11 @@ 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 instructional steps."
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 even experimental. may use a variety of ingredients and techniques."
 
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 instructional steps."
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 even experimental. may use a variety of ingredients and techniques."