Spaces:
Sleeping
Sleeping
Commit
·
407db69
1
Parent(s):
3759b33
Update app.py
Browse files
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
|
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. "
|