Spaces:
Sleeping
Sleeping
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +2 -2
pages/Data_Collection.py
CHANGED
@@ -122,5 +122,5 @@ if st.button("Learn More About Unstructured Data"):
|
|
122 |
if st.button("Learn More About Semi-Structured Data"):
|
123 |
st.markdown(
|
124 |
"<p style='font-size: 16px; color: White;'>Semi-structured data lies between structured and unstructured data. Formats like JSON, XML, and YAML are common examples of semi-structured data.</p>",
|
125 |
-
|
126 |
-
)
|
|
|
122 |
if st.button("Learn More About Semi-Structured Data"):
|
123 |
st.markdown(
|
124 |
"<p style='font-size: 16px; color: White;'>Semi-structured data lies between structured and unstructured data. Formats like JSON, XML, and YAML are common examples of semi-structured data.</p>",
|
125 |
+
unsafe_allow_html=True
|
126 |
+
)
|