hruday96 commited on
Commit
9a2d3df
·
verified ·
1 Parent(s): 244bb6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 the improved prompt, keeping the original intent intact.**
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}