Spaces:
Sleeping
Sleeping
Update pages/3_Life cycle of ML.py
Browse files
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])
|