Update app.py
Browse files
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
|
| 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)
|