Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ CODE_SYSTEM_PROMPT = """You are an expert code debugging assistant. Based on the
|
|
44 |
1. Identify the bugs and issues in the code
|
45 |
2. Provide a corrected version of the code
|
46 |
3. Explain the fixes made and why they resolve the issues
|
|
|
47 |
Be thorough in your explanation and ensure the corrected code is complete and functional."""
|
48 |
|
49 |
def process_image_for_code(image):
|
|
|
44 |
1. Identify the bugs and issues in the code
|
45 |
2. Provide a corrected version of the code
|
46 |
3. Explain the fixes made and why they resolve the issues
|
47 |
+
4. Provide the output in a well-structured format removing all the unnecessary information
|
48 |
Be thorough in your explanation and ensure the corrected code is complete and functional."""
|
49 |
|
50 |
def process_image_for_code(image):
|