Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,8 +92,7 @@ def md5_hash(path):
|
|
92 |
return hashlib.md5(content).hexdigest()
|
93 |
'''
|
94 |
|
95 |
-
example2='''
|
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 |
|