SamanthaStorm commited on
Commit
95573fe
·
verified ·
1 Parent(s): 847586e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- result += f"\n• {expl}"
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: