sumit989 commited on
Commit
82d1363
Β·
verified Β·
1 Parent(s): 2d7fb75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (4-5 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"
 
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"