adrianpierce commited on
Commit
407db69
1 Parent(s): 3759b33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ user_inputs = {
74
  }
75
 
76
  def create_detailed_prompt(user_direction, exclusions, serving_size, difficulty):
77
- if difficulty == "Quick and Easy":
78
  prompt = (
79
  f"Please provide a 'Quick and Easy' recipe for {user_direction} with a serving size of {serving_size}. "
80
  f"It should require as few ingredients as possible and should be ready as little time as possible. "
 
74
  }
75
 
76
  def create_detailed_prompt(user_direction, exclusions, serving_size, difficulty):
77
+ if difficulty == "Quick & Easy":
78
  prompt = (
79
  f"Please provide a 'Quick and Easy' recipe for {user_direction} with a serving size of {serving_size}. "
80
  f"It should require as few ingredients as possible and should be ready as little time as possible. "