Harika22 commited on
Commit
95490c5
·
verified ·
1 Parent(s): c64db0f

Update pages/3_Life cycle of ML.py

Browse files
Files changed (1) hide show
  1. pages/3_Life cycle of ML.py +1 -3
pages/3_Life cycle of ML.py CHANGED
@@ -60,9 +60,7 @@ if st.session_state.page == "main":
60
  """ +
61
  "".join([f'<div class="grid-item" onclick="window.location.href='#{step[0].replace(" ", "-")}';">{step[0]}</div>' for step in steps]) +
62
  "</div>"
63
- """,
64
- unsafe_allow_html=True,
65
- )
66
 
67
  # Display description for the selected step
68
  selected_step = st.selectbox("Select a step to learn more:", [step[0] for step in steps])
 
60
  """ +
61
  "".join([f'<div class="grid-item" onclick="window.location.href='#{step[0].replace(" ", "-")}';">{step[0]}</div>' for step in steps]) +
62
  "</div>"
63
+ """, unsafe_allow_html=True )
 
 
64
 
65
  # Display description for the selected step
66
  selected_step = st.selectbox("Select a step to learn more:", [step[0] for step in steps])