OMGJ commited on
Commit
25a580c
·
verified ·
1 Parent(s): 3835e76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -258,9 +258,9 @@ if selecte == "Home":
258
 
259
 
260
  if index == 0:
261
- st.image('static/image/not_fraud.JPG')
262
  else:
263
- st.image('static/image/alert.JPG')
264
  st.write("### score: {}%".format(int(conf_score * 1000) / 10))
265
 
266
  footer = st.container()
 
258
 
259
 
260
  if index == 0:
261
+ st.image('static/image/not_fraud.jpg')
262
  else:
263
+ st.image('static/image/alert.PNG')
264
  st.write("### score: {}%".format(int(conf_score * 1000) / 10))
265
 
266
  footer = st.container()