Spaces:
Sleeping
Sleeping
Update pages/Lifecycle of Machine Learning.py
Browse files
pages/Lifecycle of Machine Learning.py
CHANGED
@@ -147,9 +147,9 @@ print(df.head())
|
|
147 |
|
148 |
|
149 |
|
150 |
-
elif data_type == "
|
151 |
|
152 |
-
st.subheader("
|
153 |
|
154 |
st.write(
|
155 |
"Unstructured data refers to information that lacks a predefined format or organization, making it challenging to analyze using traditional tools."
|
|
|
147 |
|
148 |
|
149 |
|
150 |
+
elif data_type == "Unstructured":
|
151 |
|
152 |
+
st.subheader("Unstructured Data")
|
153 |
|
154 |
st.write(
|
155 |
"Unstructured data refers to information that lacks a predefined format or organization, making it challenging to analyze using traditional tools."
|