EliTechHorizon commited on
Commit
26df065
·
1 Parent(s): 8564ca3

Minor text fixes, added to Project Description

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -82,11 +82,12 @@ def process_input(email_body, history):
82
 
83
  # Interface with loading
84
  with gr.Blocks() as demo:
85
- gr.Markdown("## 🕵️‍♂️ Phishing Message, Detector with Confidence Score and History")
86
  gr.Markdown("""
87
  ### Project Description
88
  This is an experimental tool designed by TechHorizon Consulting to help users quickly assess the likelihood that an email or text message may be a phishing attempt. By analyzing language patterns and known phishing indicators, this tool provides an AI-generated risk assessment to support safer decision-making.
89
-
 
90
  """)
91
 
92
  gr.Markdown("""
 
82
 
83
  # Interface with loading
84
  with gr.Blocks() as demo:
85
+ gr.Markdown("## 🕵️‍♂️ Phishing Message Detector with Confidence Score and History")
86
  gr.Markdown("""
87
  ### Project Description
88
  This is an experimental tool designed by TechHorizon Consulting to help users quickly assess the likelihood that an email or text message may be a phishing attempt. By analyzing language patterns and known phishing indicators, this tool provides an AI-generated risk assessment to support safer decision-making.
89
+ To use this tool, copy and paste the message body into the text area below, then click the “Scan for Phishing” button. Please wait several seconds for processing, then review the results and recommended action.
90
+
91
  """)
92
 
93
  gr.Markdown("""