Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -40,7 +40,7 @@ if st.button(":blue[📊 Data Collection]"):
|
|
| 40 |
display_content("Data Collection")
|
| 41 |
if st.button(":blue[🛠️ Simple EDA]"):
|
| 42 |
display_content("Simple EDA")
|
| 43 |
-
if st.button(":blue[
|
| 44 |
display_content("Data Pre-Processing")
|
| 45 |
if st.button(":blue[📈Exploratory Data Analysis (EDA)]"):
|
| 46 |
display_content("Exploratory Data Analysis (EDA)")
|
|
|
|
| 40 |
display_content("Data Collection")
|
| 41 |
if st.button(":blue[🛠️ Simple EDA]"):
|
| 42 |
display_content("Simple EDA")
|
| 43 |
+
if st.button(":blue[ Data Pre-Processing]"):
|
| 44 |
display_content("Data Pre-Processing")
|
| 45 |
if st.button(":blue[📈Exploratory Data Analysis (EDA)]"):
|
| 46 |
display_content("Exploratory Data Analysis (EDA)")
|