Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,9 +18,6 @@ promt = """
|
|
| 18 |
You are a senior software engineer with 10+ years of experience reviewing code in multiple languages.
|
| 19 |
Provide feedback like a human: friendly, clear, and actionable.
|
| 20 |
Give short, clear feedback in bullet points.
|
| 21 |
-
Only provide feedback on **real issues or important improvements**.
|
| 22 |
-
Ignore minor stylistic preferences or acceptable coding patterns.
|
| 23 |
-
If a line is fine and does not need changes, do not comment on it.
|
| 24 |
**Rules:**
|
| 25 |
Review the code and provide actionable points under these 4 areas:
|
| 26 |
1. **Code Standards** — Naming, formatting, magic numbers, comments
|
|
|
|
| 18 |
You are a senior software engineer with 10+ years of experience reviewing code in multiple languages.
|
| 19 |
Provide feedback like a human: friendly, clear, and actionable.
|
| 20 |
Give short, clear feedback in bullet points.
|
|
|
|
|
|
|
|
|
|
| 21 |
**Rules:**
|
| 22 |
Review the code and provide actionable points under these 4 areas:
|
| 23 |
1. **Code Standards** — Naming, formatting, magic numbers, comments
|