Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ if matched_phrases:
|
|
205 |
result += f"\n🧠 Abuser Profile: {abuser_profile}"
|
206 |
result += f"\n📘 Safety Tip: {advice}"
|
207 |
|
208 |
-
|
209 |
|
210 |
iface = gr.Interface(
|
211 |
fn=analyze_messages,
|
|
|
205 |
result += f"\n🧠 Abuser Profile: {abuser_profile}"
|
206 |
result += f"\n📘 Safety Tip: {advice}"
|
207 |
|
208 |
+
return result
|
209 |
|
210 |
iface = gr.Interface(
|
211 |
fn=analyze_messages,
|