OMGJ commited on
Commit
061d5f9
·
verified ·
1 Parent(s): b9c7406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -65,8 +65,8 @@ st.markdown("""
65
 
66
 
67
  header , menu = st.columns(2)
68
- #with header:
69
- #st.image('static/image/cif1.png')
70
 
71
  with menu:
72
  # option_menu(menu_title=None,
@@ -210,9 +210,9 @@ if selecte == "Home":
210
 
211
 
212
  if index == 0:
213
- st.image('static/image/not_fraud.JPG')
214
  else:
215
- st.image('static/image/Fraud-alert-2023.JPG')
216
  st.write("### score: {}%".format(int(conf_score * 1000) / 10))
217
 
218
  footer = st.container()
 
65
 
66
 
67
  header , menu = st.columns(2)
68
+ with header:
69
+ st.image('static/image/cif.PNG')
70
 
71
  with menu:
72
  # option_menu(menu_title=None,
 
210
 
211
 
212
  if index == 0:
213
+ st.image('static/image/not_fraud.jpg')
214
  else:
215
+ st.image('static/image/alert.JPG')
216
  st.write("### score: {}%".format(int(conf_score * 1000) / 10))
217
 
218
  footer = st.container()