princemaxp commited on
Commit
80c1565
·
verified ·
1 Parent(s): 75ae87c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ demo = gr.Interface(
15
  fn=analyze_eml_file,
16
  inputs=gr.File(file_types=[".eml"], label="Upload an Email (.eml)"),
17
  outputs="text",
18
- title="📧 Email Guardians - Free Email Analyzer",
19
  description="Upload a .eml file to analyze headers, body, and URLs."
20
  )
21
 
 
15
  fn=analyze_eml_file,
16
  inputs=gr.File(file_types=[".eml"], label="Upload an Email (.eml)"),
17
  outputs="text",
18
+ title="📧 CySec Guardians - Free Email Analyzer",
19
  description="Upload a .eml file to analyze headers, body, and URLs."
20
  )
21