Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2270,8 +2270,7 @@ def handle_prompt(prompt):
|
|
| 2270 |
"3. **Heuristics and Creative Techniques**: Include them in a footnote-style format at the end:"
|
| 2271 |
" - **Heuristics**: List names only (e.g., social proof, authority, commitment)."
|
| 2272 |
" - **Creative Techniques**: List names only (e.g., storytelling, emotional appeal)."
|
| 2273 |
-
|
| 2274 |
-
"**Key Focus:** Ensure each paragraph connects logically to the next, creating a **unified, seamless flow**. The content should read as a single, cohesive piece rather than independent sections."
|
| 2275 |
else:
|
| 2276 |
appended_instructions = ""
|
| 2277 |
final_prompt = f"{prompt} {base_instructions} {appended_instructions}"
|
|
|
|
| 2270 |
"3. **Heuristics and Creative Techniques**: Include them in a footnote-style format at the end:"
|
| 2271 |
" - **Heuristics**: List names only (e.g., social proof, authority, commitment)."
|
| 2272 |
" - **Creative Techniques**: List names only (e.g., storytelling, emotional appeal)."
|
| 2273 |
+
)
|
|
|
|
| 2274 |
else:
|
| 2275 |
appended_instructions = ""
|
| 2276 |
final_prompt = f"{prompt} {base_instructions} {appended_instructions}"
|