Spaces:
Sleeping
Sleeping
ShivanshMathur007
commited on
Commit
•
0d747b7
1
Parent(s):
7ae264c
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ Make sure to accurately evaluate the alignment of the "Post-Check Procedures" p
|
|
87 |
for pattern in patterns:
|
88 |
match = re.search(pattern, result, re.DOTALL)
|
89 |
if match:
|
90 |
-
helpful_answer_texts_o += match.group(1) + "\n\n ************************************************************"
|
91 |
|
92 |
helpful_answer_texts_o = helpful_answer_texts_o.strip()
|
93 |
|
|
|
87 |
for pattern in patterns:
|
88 |
match = re.search(pattern, result, re.DOTALL)
|
89 |
if match:
|
90 |
+
helpful_answer_texts_o += match.group(1) + "\n\n ************************************************************" + '\n' + '\n'
|
91 |
|
92 |
helpful_answer_texts_o = helpful_answer_texts_o.strip()
|
93 |
|