Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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:
|