Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -346,7 +346,7 @@ def fuse(email_res: EmailResult, url_results: List[UrlResult], allowlist_domains
|
|
| 346 |
# Gradio UI
|
| 347 |
# =========================
|
| 348 |
with gr.Blocks(title="PhishingMail-Lab") as demo:
|
| 349 |
-
gr.Markdown("# 🧪 PhishingMail‑Lab\n**POC** —
|
| 350 |
|
| 351 |
with gr.Row():
|
| 352 |
with gr.Column(scale=3):
|
|
|
|
| 346 |
# Gradio UI
|
| 347 |
# =========================
|
| 348 |
with gr.Blocks(title="PhishingMail-Lab") as demo:
|
| 349 |
+
gr.Markdown("# 🧪 PhishingMail‑Lab\n**POC** — Hybrid (email + URL) with explainable forensics.")
|
| 350 |
|
| 351 |
with gr.Row():
|
| 352 |
with gr.Column(scale=3):
|