chgrdj commited on
Commit
c859fdf
·
verified ·
1 Parent(s): f2d2a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def load_classifier(model_path: str):
12
 
13
  st.title("URL Typosquatting Detection with URLGuardian")
14
  st.markdown(
15
- "This app uses the **URLGuardian** classifier by Anvilogic from the Hugging Face Hub to detect potential typosquatting. "
16
- "Enter a legitimate URL and a potentially typosquatted URL to see the classifier's prediction."
17
  )
18
 
19
  model_path = "./URLGuardian"
 
12
 
13
  st.title("URL Typosquatting Detection with URLGuardian")
14
  st.markdown(
15
+ "This app uses the **URLGuardian** classifier developed by Anvilogic to detect potential suspicious URL. "
16
+ "Enter a URL to assess!"
17
  )
18
 
19
  model_path = "./URLGuardian"