codelion commited on
Commit
8736cd2
1 Parent(s): 769c312

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -92,8 +92,7 @@ def md5_hash(path):
92
  return hashlib.md5(content).hexdigest()
93
  '''
94
 
95
- example2='''You are a software engineer who is best in the world at summarizing code changes.
96
- Carefully analyze the given old code and new code and generate a summary of the changes.
97
 
98
  Old Code:
99
 
 
92
  return hashlib.md5(content).hexdigest()
93
  '''
94
 
95
+ example2='''Carefully analyze the given old code and new code and generate a summary of the changes.
 
96
 
97
  Old Code:
98