Spaces:
Sleeping
Sleeping
Commit
·
2f571a9
1
Parent(s):
60629d2
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ if selected_difficulty == "Professional":
|
|
161 |
exclude_fancy = st.checkbox(
|
162 |
"Exclude cliche professional ingredients? (gold leaf, truffle, edible flowers, microgreens)",
|
163 |
value=True)
|
164 |
-
fancy_exclusions = "gold leaf, truffle, edible flowers, microgreens"
|
165 |
|
166 |
|
167 |
user_inputs = {
|
|
|
161 |
exclude_fancy = st.checkbox(
|
162 |
"Exclude cliche professional ingredients? (gold leaf, truffle, edible flowers, microgreens)",
|
163 |
value=True)
|
164 |
+
fancy_exclusions = "gold leaf, truffle, edible flowers, microgreens, gold dust"
|
165 |
|
166 |
|
167 |
user_inputs = {
|