Muhamadinsani17 commited on
Commit
472033d
·
verified ·
1 Parent(s): 8547d7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -9,6 +9,18 @@ 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
  st.caption('Please enter the customer feature data input on the left side of your screen to get started!')
13
 
14
  with st.expander('Input Feature Explanation '):
 
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
 
26
  with st.expander('Input Feature Explanation '):