Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -723,7 +723,7 @@ gbc.fit(X_train,y_train)
|
|
723 |
|
724 |
import streamlit as st
|
725 |
st.title("Phishing Website Detection")
|
726 |
-
|
727 |
# User input for URL
|
728 |
url = st.text_input("Enter the Url:", key="url_input")
|
729 |
#can provide any URL. this URL was taken from PhishTank
|
|
|
723 |
|
724 |
import streamlit as st
|
725 |
st.title("Phishing Website Detection")
|
726 |
+
#
|
727 |
# User input for URL
|
728 |
url = st.text_input("Enter the Url:", key="url_input")
|
729 |
#can provide any URL. this URL was taken from PhishTank
|