Harika22 commited on
Commit
8129b3f
·
verified ·
1 Parent(s): dd9676e

Update pages/3_Life cycle of ML.py

Browse files
Files changed (1) hide show
  1. pages/3_Life cycle of ML.py +4 -4
pages/3_Life cycle of ML.py CHANGED
@@ -95,10 +95,10 @@ if selected_step:
95
 
96
  st.markdown("<hr>", unsafe_allow_html=True)
97
 
98
- for step in steps:
99
- if st.button(step):
100
- if step == "Data Collection":
101
- st.experimental_set_query_params(page="Data Collection")
102
 
103
  elif page == "Data Collection":
104
  st.markdown("<h1>Data Collection</h1>", unsafe_allow_html=True)
 
95
 
96
  st.markdown("<hr>", unsafe_allow_html=True)
97
 
98
+ for step in steps:
99
+ if st.button(step):
100
+ if step == "Data Collection":
101
+ st.experimental_set_query_params(page="Data Collection")
102
 
103
  elif page == "Data Collection":
104
  st.markdown("<h1>Data Collection</h1>", unsafe_allow_html=True)