sree4411 commited on
Commit
5273693
ยท
verified ยท
1 Parent(s): 4f9abea

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -38,6 +38,8 @@ if st.button(":blue[๐ŸŒŸ Problem Statement]"):
38
  display_content("Problem Statement")
39
  if st.button(":blue[๐Ÿ“Š Data Collection]"):
40
  display_content("Data Collection")
 
 
41
  if st.button(":blue[๐Ÿ› ๏ธ Simple EDA]"):
42
  display_content("Simple EDA")
43
  if st.button(":blue[ Data Pre-Processing]"):
 
38
  display_content("Problem Statement")
39
  if st.button(":blue[๐Ÿ“Š Data Collection]"):
40
  display_content("Data Collection")
41
+ if st.button('Go to Data Collection'):
42
+ st.session_state.page = "data_collection"
43
  if st.button(":blue[๐Ÿ› ๏ธ Simple EDA]"):
44
  display_content("Simple EDA")
45
  if st.button(":blue[ Data Pre-Processing]"):