Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,6 @@ st.sidebar.info(
|
|
47 |
"It utilizes a CatBoost machine learning model trained on an employee attrition dataset."
|
48 |
)
|
49 |
|
50 |
-
|
51 |
-
|
52 |
# Define the Streamlit app
|
53 |
def main():
|
54 |
# Define layout with three columns
|
|
|
47 |
"It utilizes a CatBoost machine learning model trained on an employee attrition dataset."
|
48 |
)
|
49 |
|
|
|
|
|
50 |
# Define the Streamlit app
|
51 |
def main():
|
52 |
# Define layout with three columns
|