Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -140,7 +140,7 @@ def analyze_code():
|
|
| 140 |
"STEPS:\n"
|
| 141 |
"Step 1 β Detect the programming language automatically.\n"
|
| 142 |
"Step 2 β Find all bugs or errors in the code.\n"
|
| 143 |
-
"Step 3 β Explain briefly WHY the error happened (
|
| 144 |
"Step 4 β Write the fully corrected code.\n"
|
| 145 |
"Step 5 β Rate your confidence as 'high', 'medium', or 'low'.\n"
|
| 146 |
"\n"
|
|
|
|
| 140 |
"STEPS:\n"
|
| 141 |
"Step 1 β Detect the programming language automatically.\n"
|
| 142 |
"Step 2 β Find all bugs or errors in the code.\n"
|
| 143 |
+
"Step 3 β Explain briefly WHY the error happened (2-3 line).\n"
|
| 144 |
"Step 4 β Write the fully corrected code.\n"
|
| 145 |
"Step 5 β Rate your confidence as 'high', 'medium', or 'low'.\n"
|
| 146 |
"\n"
|