Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def analyze_composite(msg1, msg2, msg3, flags):
|
|
177 |
# Include pattern explanations
|
178 |
for expl in top_explanations:
|
179 |
if expl:
|
180 |
-
|
181 |
|
182 |
# Show DARVO score
|
183 |
if average_darvo > 0.25:
|
|
|
177 |
# Include pattern explanations
|
178 |
for expl in top_explanations:
|
179 |
if expl:
|
180 |
+
result += f"\n• {expl}"
|
181 |
|
182 |
# Show DARVO score
|
183 |
if average_darvo > 0.25:
|