Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -135,6 +135,7 @@ print(excel_file.sheet_names)
|
|
135 |
st.session_state.page = "structured_data"
|
136 |
|
137 |
# ----------------- Unstructured Data Page -----------------
|
|
|
138 |
def unstructured_data_page():
|
139 |
st.title(":blue[Unstructured Data]")
|
140 |
|
|
|
135 |
st.session_state.page = "structured_data"
|
136 |
|
137 |
# ----------------- Unstructured Data Page -----------------
|
138 |
+
|
139 |
def unstructured_data_page():
|
140 |
st.title(":blue[Unstructured Data]")
|
141 |
|