SamanthaStorm commited on
Commit
fa5d6d6
·
verified ·
1 Parent(s): 6316b8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -171,8 +171,7 @@ else:
171
  print(f"Motifs: {motifs}")
172
  print(f"Contradiction: {contradiction_flag}")
173
  print("------------------\n")
174
-
175
- return abuse_score, threshold_labels, top_patterns, result, stage
176
 
177
  def analyze_composite(msg1, msg2, msg3, *answers_and_none):
178
  responses = answers_and_none[:len(ESCALATION_QUESTIONS)]
 
171
  print(f"Motifs: {motifs}")
172
  print(f"Contradiction: {contradiction_flag}")
173
  print("------------------\n")
174
+ return abuse_score, threshold_labels, top_patterns, result, stage
 
175
 
176
  def analyze_composite(msg1, msg2, msg3, *answers_and_none):
177
  responses = answers_and_none[:len(ESCALATION_QUESTIONS)]