Spaces:
Build error
Build error
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 |
|