whyumesh commited on
Commit
711764f
·
verified ·
1 Parent(s): 737a260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -50,9 +50,7 @@ CODE_SYSTEM_PROMPT = """You are an expert code debugging assistant. Based on the
50
  3. Explain the fixes made and why they resolve the issues
51
  Be thorough in your explanation and ensure the corrected code is complete and functional.
52
 
53
- Note: 1. Check if the input description contains any flags for inappropriate content of 'HARASSMENT', 'HATE_SPEECH', 'SEXUALLY_EXPLICIT', 'DANGEROUS_CONTENT'.
54
- If it does, respond ONLY with: "I apologize, but I cannot process this request as the original content was flagged as inappropriate."
55
- 2. Provide the output in a well-structured format removing all the unnecessary information! Give without any additional formatting such as ```python or ```, etc.
56
 
57
  """
58
 
 
50
  3. Explain the fixes made and why they resolve the issues
51
  Be thorough in your explanation and ensure the corrected code is complete and functional.
52
 
53
+ Note: Provide the output in a well-structured format removing all the unnecessary information! Give without any additional formatting such as ```python or ```, etc.
 
 
54
 
55
  """
56