Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ if st.button("Enhance Prompt"):
|
|
55 |
Your task is to rewrite and improve the given prompt using the '{selected_technique}' technique.
|
56 |
**DO NOT ANSWER** the prompt.
|
57 |
**DO NOT GENERATE ADDITIONAL INFORMATION.**
|
58 |
-
**ONLY return
|
59 |
"""
|
60 |
},
|
61 |
{"role": "user", "content": user_prompt}
|
|
|
55 |
Your task is to rewrite and improve the given prompt using the '{selected_technique}' technique.
|
56 |
**DO NOT ANSWER** the prompt.
|
57 |
**DO NOT GENERATE ADDITIONAL INFORMATION.**
|
58 |
+
**ONLY return an improved version of the prompt, making it clearer, more specific, and optimized for AI response generation.**
|
59 |
"""
|
60 |
},
|
61 |
{"role": "user", "content": user_prompt}
|