Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,9 +258,9 @@ if selecte == "Home":
|
|
| 258 |
|
| 259 |
|
| 260 |
if index == 0:
|
| 261 |
-
st.image('static/image/not_fraud.
|
| 262 |
else:
|
| 263 |
-
st.image('static/image/alert.
|
| 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()
|