Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,7 +2,7 @@
2
  """
3
  Created on Fri May 19 01:25:27 2023
4
 
5
- @author: ME
6
  """
7
 
8
  import streamlit as st
@@ -19,7 +19,7 @@ v = st.__version__
19
 
20
  print(v)
21
  """
22
- STREAMLIT INTERFACE
23
  """
24
 
25
  #load model
@@ -34,12 +34,12 @@ preprocessor_obj = joblib.load(preprocessor_path)
34
 
35
  def main():
36
  # Face Analysis Application #
37
- st.title("Credit card fraud detector : Predicting fraudlent transactions by customers")
38
  activities = ["Home","Predict Transaction"]
39
  choice = st.sidebar.selectbox("Select Activity", activities)
40
  st.sidebar.markdown(
41
  """ Developed by as a project
42
- Email me @ :
43
  """)
44
  if choice == "Home":
45
  html_temp_home1 = """<div style="background-color:#6D7B8D;padding:10px">
 
2
  """
3
  Created on Fri May 19 01:25:27 2023
4
 
5
+ @author: GEE
6
  """
7
 
8
  import streamlit as st
 
19
 
20
  print(v)
21
  """
22
+ Welcome
23
  """
24
 
25
  #load model
 
34
 
35
  def main():
36
  # Face Analysis Application #
37
+ st.title("banking system fraud detector : Predicting fraudlent transactions by customers")
38
  activities = ["Home","Predict Transaction"]
39
  choice = st.sidebar.selectbox("Select Activity", activities)
40
  st.sidebar.markdown(
41
  """ Developed by as a project
42
+ Email Godwill @ :
43
  """)
44
  if choice == "Home":
45
  html_temp_home1 = """<div style="background-color:#6D7B8D;padding:10px">