Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -183,7 +183,7 @@ elif st.session_state.page == "unstructured_data":
|
|
| 183 |
|
| 184 |
# Button to Navigate to Introduction to Image
|
| 185 |
if st.button("Introduction to Image"):
|
| 186 |
-
st.session_state.page = "
|
| 187 |
|
| 188 |
# ----------------- Introduction to Image -----------------
|
| 189 |
|
|
|
|
| 183 |
|
| 184 |
# Button to Navigate to Introduction to Image
|
| 185 |
if st.button("Introduction to Image"):
|
| 186 |
+
st.session_state.page = "Introduction_to_image"
|
| 187 |
|
| 188 |
# ----------------- Introduction to Image -----------------
|
| 189 |
|