Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,17 +9,6 @@ st.markdown("<h1 style='text-align: center;'>Welcome to the Churn Prediction Mod
|
|
9 |
st.markdown("<br>", unsafe_allow_html=True)
|
10 |
st.markdown("========================================================================================")
|
11 |
|
12 |
-
# Menampilkan penjelasan anggota team dalam bentuk ekspander
|
13 |
-
with st.expander('Members'):
|
14 |
-
st.caption('''
|
15 |
-
|Name|Role|
|
16 |
-
|---|---|
|
17 |
-
|Saepul hilal|Data Engineering|
|
18 |
-
|Carlos Emmanuel Argado|Data Analysist|
|
19 |
-
|Muhammad Insani|Data Scientist|
|
20 |
-
|Akram Huwaidi Irnawan|Data Scientist|
|
21 |
-
''')
|
22 |
-
|
23 |
st.caption(' ')
|
24 |
st.caption('Please enter the customer feature data input on the left side of your screen to get started!')
|
25 |
|
|
|
9 |
st.markdown("<br>", unsafe_allow_html=True)
|
10 |
st.markdown("========================================================================================")
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
st.caption(' ')
|
13 |
st.caption('Please enter the customer feature data input on the left side of your screen to get started!')
|
14 |
|