whyumesh commited on
Commit
b116a79
·
verified ·
1 Parent(s): c14778b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: Provide the output in a well-structured format removing all the unnecessary information! Give without any additional formatting such as ```python or ```, etc.
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