Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,8 +65,8 @@ st.markdown("""
|
|
| 65 |
|
| 66 |
|
| 67 |
header , menu = st.columns(2)
|
| 68 |
-
|
| 69 |
-
|
| 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.
|
| 214 |
else:
|
| 215 |
-
st.image('static/image/
|
| 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()
|