Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ window.g=function(p){
|
|
147 |
"exclude_category": ["Clothing"],
|
148 |
"count_per_tag": 1
|
149 |
};
|
150 |
-
prompt = generateSexyPrompt(conditions)
|
151 |
console.log(prompt);
|
152 |
return prompt
|
153 |
}
|
|
|
147 |
"exclude_category": ["Clothing"],
|
148 |
"count_per_tag": 1
|
149 |
};
|
150 |
+
prompt = generateSexyPrompt(conditions["tags"])
|
151 |
console.log(prompt);
|
152 |
return prompt
|
153 |
}
|