Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ load_dotenv()
|
|
| 22 |
# MODULE 3 — Pre-processing Module
|
| 23 |
# ---------------------------------------------------------------------------
|
| 24 |
def pre_processing(description, code):
|
| 25 |
-
|
| 26 |
#ROLE
|
| 27 |
You are a Python code reviewer. Your goal is to determine if the provided Python code strictly complies with the requirements mentioned by the user.
|
| 28 |
|
|
|
|
| 22 |
# MODULE 3 — Pre-processing Module
|
| 23 |
# ---------------------------------------------------------------------------
|
| 24 |
def pre_processing(description, code):
|
| 25 |
+
build_prompt = f"""
|
| 26 |
#ROLE
|
| 27 |
You are a Python code reviewer. Your goal is to determine if the provided Python code strictly complies with the requirements mentioned by the user.
|
| 28 |
|