Update app.py
Browse files
app.py
CHANGED
@@ -15,11 +15,9 @@ st.sidebar.image('https://cdn2.iconfinder.com/data/icons/biometrics-11/64/1_1._f
|
|
15 |
if page == 'Home Page':
|
16 |
# Tampilan Home Page
|
17 |
st.image('https://t3.ftcdn.net/jpg/00/73/19/46/360_F_73194646_tRMWbpxyDFdaGFa0h3G8Pga7DCAOjUXS.jpg')
|
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;'>Name : 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 : This program was created to predict gender, ethnicity and age</p>", unsafe_allow_html=True)
|
24 |
st.write('')
|
25 |
st.caption('Please select another menu in the Select Box on the left side of your screen to get started.!')
|
|
|
15 |
if page == 'Home Page':
|
16 |
# Tampilan Home Page
|
17 |
st.image('https://t3.ftcdn.net/jpg/00/73/19/46/360_F_73194646_tRMWbpxyDFdaGFa0h3G8Pga7DCAOjUXS.jpg')
|
18 |
+
st.markdown("<h1 style='text-align: center;'>Welcome to Home Page<br>Face Recognition Analysis</h1>", unsafe_allow_html=True)
|
19 |
st.markdown("========================================================================================")
|
20 |
st.write('')
|
|
|
|
|
21 |
st.markdown("<p style='text-align: left;'>Objective : This program was created to predict gender, ethnicity and age</p>", unsafe_allow_html=True)
|
22 |
st.write('')
|
23 |
st.caption('Please select another menu in the Select Box on the left side of your screen to get started.!')
|