Spaces:
Sleeping
Sleeping
Update pages/Lifecycle of Machine Learning.py
Browse files
pages/Lifecycle of Machine Learning.py
CHANGED
@@ -337,14 +337,14 @@ y, sr = librosa.load(audio_path, sr=None) # sr=None to preserve the original sa
|
|
337 |
st.subheader("Semi-structured Data")
|
338 |
|
339 |
st.write(
|
340 |
-
"Semi-structured data is data that doesn’t fit into a rigid structure like relational databases but has some organizational properties, such as tags or key-value pairs, making it easier to analyze."
|
341 |
|
342 |
st.write("Data Formats:")
|
343 |
format_selected = st.radio(
|
344 |
"Select a format to explore further:",
|
345 |
("JSON","XML")
|
346 |
)
|
347 |
-
|
348 |
#HOW TO READ TEXT
|
349 |
if format_selected == "JSON":
|
350 |
|
|
|
337 |
st.subheader("Semi-structured Data")
|
338 |
|
339 |
st.write(
|
340 |
+
"Semi-structured data is data that doesn’t fit into a rigid structure like relational databases but has some organizational properties, such as tags or key-value pairs, making it easier to analyze.")
|
341 |
|
342 |
st.write("Data Formats:")
|
343 |
format_selected = st.radio(
|
344 |
"Select a format to explore further:",
|
345 |
("JSON","XML")
|
346 |
)
|
347 |
+
|
348 |
#HOW TO READ TEXT
|
349 |
if format_selected == "JSON":
|
350 |
|