Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -11,7 +11,7 @@ st.title("🤖 Machine Learning & Its Lifecycle")
|
|
| 11 |
st.markdown("---")
|
| 12 |
|
| 13 |
|
| 14 |
-
st.sidebar.
|
| 15 |
options = st.sidebar.radio("Go to:", ["What is ML?", "ML Lifecycle", "Try ML Model"])
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
st.markdown("---")
|
| 12 |
|
| 13 |
|
| 14 |
+
st.sidebar.header("📚 Navigation")
|
| 15 |
options = st.sidebar.radio("Go to:", ["What is ML?", "ML Lifecycle", "Try ML Model"])
|
| 16 |
|
| 17 |
|