zionia commited on
Commit
80585ad
·
verified ·
1 Parent(s): d332f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,8 +54,8 @@ def extract_features(email_text):
54
  return feature_str
55
 
56
  with gr.Blocks(title="Email Phishing Detector") as app:
57
- gr.Markdown("# Email Phishing Detector")
58
- gr.Markdown("Use this tool to analyse suspicious emails. It’ll flag phishing attempts and show you what looks dodgy.")
59
 
60
  with gr.Row():
61
  email_input = gr.Textbox(label="Email Text", placeholder="Paste the email content here...", lines=10)
 
54
  return feature_str
55
 
56
  with gr.Blocks(title="Email Phishing Detector") as app:
57
+ gr.Markdown("# Zion's Email Phishing Detector")
58
+ gr.Markdown("Use this tool to analyse suspicious emails. It will tell you if the email is legitimate or a phishing attempt!")
59
 
60
  with gr.Row():
61
  email_input = gr.Textbox(label="Email Text", placeholder="Paste the email content here...", lines=10)