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

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +6 -0
pages/Data_Collection.py CHANGED
@@ -46,6 +46,12 @@ st.markdown(
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."
 
46
  unsafe_allow_html=True
47
  )
48
  st.markdown("<h3 style='text-align: left; color: Black;'>🖼️Unstructured data </h3>", unsafe_allow_html=True)
49
+ if st.button("Unstructured data"):
50
+ st.switch_page("pages/Data_Collection.py")
51
+ display_lifecycle_stage(
52
+ "Data Collection",
53
+ "Gathering the data required for the machine learning project."
54
+ )
55
  st.markdown(
56
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
57
  "Does not follow a predefined structure, such as text documents, images, and videos."