Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ st.markdown("""
|
|
| 70 |
|
| 71 |
header , menu = st.columns(2)
|
| 72 |
with header:
|
| 73 |
-
st.image('static/image/cif2.png')
|
| 74 |
|
| 75 |
with menu:
|
| 76 |
# option_menu(menu_title=None,
|
|
@@ -96,7 +96,7 @@ if selecte == "Home":
|
|
| 96 |
for col in (sect1_col1,sect1_col2, sect1_col3):
|
| 97 |
col.container()
|
| 98 |
|
| 99 |
-
with open('static/css/style.css') as f:
|
| 100 |
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
|
| 101 |
with sect1_col2.container(height=360):
|
| 102 |
|
|
@@ -214,9 +214,9 @@ if selecte == "Home":
|
|
| 214 |
|
| 215 |
|
| 216 |
if index == 0:
|
| 217 |
-
st.image('static/image/not_fraud.JPG')
|
| 218 |
else:
|
| 219 |
-
st.image('static/image/Fraud-alert-2023.JPG')
|
| 220 |
st.write("### score: {}%".format(int(conf_score * 1000) / 10))
|
| 221 |
|
| 222 |
footer = st.container()
|
|
@@ -236,7 +236,7 @@ if selecte == "Home":
|
|
| 236 |
}
|
| 237 |
</style>
|
| 238 |
<p>
|
| 239 |
-
© Designed by <a href="
|
| 240 |
</p>
|
| 241 |
""", unsafe_allow_html=True
|
| 242 |
)
|
|
@@ -350,7 +350,7 @@ if selecte == "About":
|
|
| 350 |
}
|
| 351 |
</style>
|
| 352 |
<p>
|
| 353 |
-
© Designed by <a href="
|
| 354 |
</p>
|
| 355 |
""", unsafe_allow_html=True
|
| 356 |
)
|
|
|
|
| 70 |
|
| 71 |
header , menu = st.columns(2)
|
| 72 |
with header:
|
| 73 |
+
st.image('./static/image/cif2.png')
|
| 74 |
|
| 75 |
with menu:
|
| 76 |
# option_menu(menu_title=None,
|
|
|
|
| 96 |
for col in (sect1_col1,sect1_col2, sect1_col3):
|
| 97 |
col.container()
|
| 98 |
|
| 99 |
+
with open('./static/css/style.css') as f:
|
| 100 |
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
|
| 101 |
with sect1_col2.container(height=360):
|
| 102 |
|
|
|
|
| 214 |
|
| 215 |
|
| 216 |
if index == 0:
|
| 217 |
+
st.image('./static/image/not_fraud.JPG')
|
| 218 |
else:
|
| 219 |
+
st.image('./static/image/Fraud-alert-2023.JPG')
|
| 220 |
st.write("### score: {}%".format(int(conf_score * 1000) / 10))
|
| 221 |
|
| 222 |
footer = st.container()
|
|
|
|
| 236 |
}
|
| 237 |
</style>
|
| 238 |
<p>
|
| 239 |
+
© Designed by <a href="#">ONDOA Michelle & NGNINTEDEM Marlyne</a>.
|
| 240 |
</p>
|
| 241 |
""", unsafe_allow_html=True
|
| 242 |
)
|
|
|
|
| 350 |
}
|
| 351 |
</style>
|
| 352 |
<p>
|
| 353 |
+
© Designed by <a href="#">ONDOA Michelle & NGNINTEDEM Marlyne </a>.
|
| 354 |
</p>
|
| 355 |
""", unsafe_allow_html=True
|
| 356 |
)
|