sree4411 commited on
Commit
58c80cb
·
verified ·
1 Parent(s): 3c6335d

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -47,8 +47,8 @@ elif st.session_state.page == "data_collection":
47
 
48
  # Button for Structured Data
49
  if st.button(":blue[🌟 Structured Data]"):
50
- st.session_state.page = "Structured_Data"
51
- elif st.session_state.page == "Structured_Data":
52
  st.markdown("### Structured Data\nStructured data is highly organized and typically stored in tables like spreadsheets or databases. It is easy to search and analyze.")
53
  st.markdown("Examples: Excel files, CSV files")
54
 
 
47
 
48
  # Button for Structured Data
49
  if st.button(":blue[🌟 Structured Data]"):
50
+ st.session_state.page = "Structured Data"
51
+ elif st.session_state.page == "Structured Data":
52
  st.markdown("### Structured Data\nStructured data is highly organized and typically stored in tables like spreadsheets or databases. It is easy to search and analyze.")
53
  st.markdown("Examples: Excel files, CSV files")
54