Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -175,6 +175,8 @@ except UnicodeDecodeError:
|
|
175 |
if st.button("Back to Structured Data"):
|
176 |
st.session_state.page = "structured_data"
|
177 |
|
|
|
|
|
178 |
|
179 |
|
180 |
# ----------------- JSON Data Page -----------------
|
|
|
175 |
if st.button("Back to Structured Data"):
|
176 |
st.session_state.page = "structured_data"
|
177 |
|
178 |
+
|
179 |
+
|
180 |
|
181 |
|
182 |
# ----------------- JSON Data Page -----------------
|