RYU-KASH commited on
Commit
e509ecf
1 Parent(s): 76a3387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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