Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 16 |
-
"Enter a
|
| 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"
|