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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,7 +66,7 @@ st.markdown("""
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,7 +210,7 @@ if selecte == "Home":
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))
 
66
 
67
  header , menu = st.columns(2)
68
  with header:
69
+ st.image('static/image/cif2.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))