genee123 commited on
Commit
f1859cb
·
verified ·
1 Parent(s): 8f01fc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def check_url_phishtank(url):
18
  return "Phishing"
19
  return "Legitimate"
20
  except Exception as e:
21
- return "Legitimate"
22
 
23
  def predict_url(url):
24
  try:
 
18
  return "Phishing"
19
  return "Legitimate"
20
  except Exception as e:
21
+ return "Error! Cannot Find!"
22
 
23
  def predict_url(url):
24
  try: