Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,11 +15,9 @@ st.sidebar.image('https://cdn1.iconfinder.com/data/icons/online-money-service-ae
|
|
15 |
if page == 'Home Page':
|
16 |
# Tampilan Home Page
|
17 |
st.image('https://149695847.v2.pressablecdn.com/wp-content/uploads/2018/02/splunkf1frauddetection-770x385.png')
|
18 |
-
st.markdown("<h1 style='text-align: center;'>Welcome to Home Page<br>
|
19 |
st.markdown("========================================================================================")
|
20 |
st.write('')
|
21 |
-
st.markdown("<p style='text-align: left;'>Nama : Muhammad Insani</p>", unsafe_allow_html=True)
|
22 |
-
st.markdown("<p style='text-align: left;'>Batch : HCK-010</p>", unsafe_allow_html=True)
|
23 |
st.markdown("<p style='text-align: left;'>Objective : Program ini dibuat untuk memprediksi transaksi penipuan dari dataset yang terdiri dari 1,75 juta transaksi dengan menggunakan model terbaik diantara SVM, KNN, DecisionTree, Random Forest, dan Boosting</p>", unsafe_allow_html=True)
|
24 |
st.write('')
|
25 |
st.caption('Silahkan pilih menu lain di Select Box pada sebelah kiri layar anda untuk memulai!')
|
|
|
15 |
if page == 'Home Page':
|
16 |
# Tampilan Home Page
|
17 |
st.image('https://149695847.v2.pressablecdn.com/wp-content/uploads/2018/02/splunkf1frauddetection-770x385.png')
|
18 |
+
st.markdown("<h1 style='text-align: center;'>Welcome to Home Page<br>Fraud Transaction Detection</h1>", unsafe_allow_html=True)
|
19 |
st.markdown("========================================================================================")
|
20 |
st.write('')
|
|
|
|
|
21 |
st.markdown("<p style='text-align: left;'>Objective : Program ini dibuat untuk memprediksi transaksi penipuan dari dataset yang terdiri dari 1,75 juta transaksi dengan menggunakan model terbaik diantara SVM, KNN, DecisionTree, Random Forest, dan Boosting</p>", unsafe_allow_html=True)
|
22 |
st.write('')
|
23 |
st.caption('Silahkan pilih menu lain di Select Box pada sebelah kiri layar anda untuk memulai!')
|