sree4411 commited on
Commit
a9539ed
·
verified ·
1 Parent(s): 5621379

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -72,7 +72,7 @@ elif st.session_state.page == "structured_data":
72
  st.markdown("""
73
  Structured data is highly organized and typically stored in tables like spreadsheets or databases. It is easy to search and analyze.
74
  """)
75
- st.markdown("### Examples: Excel files, CSV files")
76
 
77
  if st.button(":blue[📊 Excel]"):
78
  st.session_state.page = "excel"
@@ -702,7 +702,7 @@ elif st.session_state.page == "Affine_Transformation_Matrix":
702
  elif st.session_state.page == "semi_structured_data":
703
  st.title(":blue[Semi-Structured Data]")
704
  st.markdown("""
705
- Semi-structured data does not have a rigid structure but contains tags and markers to separate different data elements, like XML or JSON.
706
  """)
707
 
708
 
 
72
  st.markdown("""
73
  Structured data is highly organized and typically stored in tables like spreadsheets or databases. It is easy to search and analyze.
74
  """)
75
+ st.markdown("### Examples: Excel files")
76
 
77
  if st.button(":blue[📊 Excel]"):
78
  st.session_state.page = "excel"
 
702
  elif st.session_state.page == "semi_structured_data":
703
  st.title(":blue[Semi-Structured Data]")
704
  st.markdown("""
705
+ Semi-structured data does not have a rigid structure but contains tags and markers to separate different data elements, like Csv, XML or JSON.
706
  """)
707
 
708