SamanthaStorm commited on
Commit
6297c04
·
verified ·
1 Parent(s): 3529542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- return result
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,