Update app.py
Browse files
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:
|
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 |
|