SamanthaStorm commited on
Commit
9964bad
·
verified ·
1 Parent(s): b493dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -154,7 +154,6 @@ def analyze_messages(input_text, risk_flags):
154
  f"⚠️ Critical Danger Flags Detected: {danger_flag_count} of 3\n"
155
  "Resources: " + resources + "\n\n"
156
  f"Sentiment: {sentiment_label.title()} (Confidence: {sentiment_score*100:.2f}%)"
157
- )
158
 
159
 
160
  # THEN immediately follow with this:
 
154
  f"⚠️ Critical Danger Flags Detected: {danger_flag_count} of 3\n"
155
  "Resources: " + resources + "\n\n"
156
  f"Sentiment: {sentiment_label.title()} (Confidence: {sentiment_score*100:.2f}%)"
 
157
 
158
 
159
  # THEN immediately follow with this: