Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -125,7 +125,7 @@ print(excel_file.sheet_names)
|
|
| 125 |
|
| 126 |
# ----------------- Unstructured Data Page -----------------
|
| 127 |
elif st.session_state.page == "unstructured_data":
|
| 128 |
-
st.title(":
|
| 129 |
st.markdown("""
|
| 130 |
*Unstructured data* does not have a predefined format. It consists of various data types like text, images, videos, and audio files.
|
| 131 |
Examples include:
|
|
|
|
| 125 |
|
| 126 |
# ----------------- Unstructured Data Page -----------------
|
| 127 |
elif st.session_state.page == "unstructured_data":
|
| 128 |
+
st.title(":red[Unstructured Data]")
|
| 129 |
st.markdown("""
|
| 130 |
*Unstructured data* does not have a predefined format. It consists of various data types like text, images, videos, and audio files.
|
| 131 |
Examples include:
|