Commit
·
0df078e
1
Parent(s):
e098e21
Update app.py
Browse files
app.py
CHANGED
@@ -82,11 +82,11 @@ def main():
|
|
82 |
|
83 |
# Set the app title and add your website name and logo
|
84 |
st.set_page_config(
|
85 |
-
page_title="Employee
|
86 |
page_icon=":chart_with_upwards_trend:",
|
87 |
)
|
88 |
|
89 |
-
st.title("Welcome to our Employee
|
90 |
|
91 |
app_design()
|
92 |
st.header("About HiDevs Community")
|
|
|
82 |
|
83 |
# Set the app title and add your website name and logo
|
84 |
st.set_page_config(
|
85 |
+
page_title="Employee Turnover Prediction",
|
86 |
page_icon=":chart_with_upwards_trend:",
|
87 |
)
|
88 |
|
89 |
+
st.title("Welcome to our Employee Turnover Prediction App!")
|
90 |
|
91 |
app_design()
|
92 |
st.header("About HiDevs Community")
|