Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ CODE_SYSTEM_PROMPT = """You are an expert code debugging assistant. Based on the
|
|
49 |
3. Explain the fixes made and why they resolve the issues
|
50 |
Be thorough in your explanation and ensure the corrected code is complete and functional.
|
51 |
|
52 |
-
Note:
|
53 |
|
54 |
"""
|
55 |
|
|
|
49 |
3. Explain the fixes made and why they resolve the issues
|
50 |
Be thorough in your explanation and ensure the corrected code is complete and functional.
|
51 |
|
52 |
+
Note: Please provide the output in a well-structured Markdown format. Remove all unnecessary information and exclude any additional code formatting such as triple backticks or language identifiers. The response should be ready to be rendered as Markdown content.
|
53 |
|
54 |
"""
|
55 |
|