Sathwikchowdary commited on
Commit
be4856a
·
verified ·
1 Parent(s): c42a771

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +2 -2
pages/Data_Collection.py CHANGED
@@ -45,14 +45,14 @@ st.markdown(
45
  "</p>",
46
  unsafe_allow_html=True
47
  )
48
- st.markdown("<h3 style='text-align: left; color: Black;'>Unstructured data </h3>", unsafe_allow_html=True)
49
  st.markdown(
50
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
51
  "Does not follow a predefined structure, such as text documents, images, and videos."
52
  "</p>",
53
  unsafe_allow_html=True
54
  )
55
- st.markdown("<h3 style='text-align: left; color: Black;'>Semi-Structured data </h3>", unsafe_allow_html=True)
56
  st.markdown(
57
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
58
  "Has elements of both structured and unstructured data, like JSON or XML files."
 
45
  "</p>",
46
  unsafe_allow_html=True
47
  )
48
+ st.markdown("<h3 style='text-align: left; color: Black;'>🖼️Unstructured data </h3>", unsafe_allow_html=True)
49
  st.markdown(
50
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
51
  "Does not follow a predefined structure, such as text documents, images, and videos."
52
  "</p>",
53
  unsafe_allow_html=True
54
  )
55
+ st.markdown("<h3 style='text-align: left; color: Black;'>🗂️Semi-Structured data </h3>", unsafe_allow_html=True)
56
  st.markdown(
57
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
58
  "Has elements of both structured and unstructured data, like JSON or XML files."