Roshinikata commited on
Commit
08bb84e
·
verified ·
1 Parent(s): a14dd02

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -11,7 +11,7 @@ st.title("🤖 Machine Learning & Its Lifecycle")
11
  st.markdown("---")
12
 
13
 
14
- st.sidebar.title("📚 Navigation")
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