ziyan14 commited on
Commit
bb55128
·
verified ·
1 Parent(s): 12c635e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ load_dotenv()
22
  # MODULE 3 — Pre-processing Module
23
  # ---------------------------------------------------------------------------
24
  def pre_processing(description, code):
25
- 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
 
 
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