Mpavan45 commited on
Commit
21c5949
Β·
verified Β·
1 Parent(s): 71ecb4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -21
app.py CHANGED
@@ -48,27 +48,20 @@ st.write("Welcome to my blog on **Machine Learning (ML)**!")
48
  st.markdown(generate_ml_blog())
49
 
50
  # Display interactive elements if needed
51
- st.sidebar.header("Contents")
52
  st.sidebar.markdown("""
53
- - [Introduction](#Introduction-to-Machine-Learning-ML)""")
54
- # Nested sidebar for "Types of Machine Learning"
55
- st.sidebar.header("Types of Machine Learning")
56
- st.sidebar.markdown("""
57
- - [Supervised Learning](#Supervised-Learning)
58
- - [Unsupervised Learning](#Unsupervised-Learning)
59
- - [Reinforcement Learning](#Reinforcement-Learning)
60
- """)
61
- st.sidebar.header("Popular Machine Learning Algorithms")
62
- st.sidebar.markdown("""
63
- - [Linear Regression](#Linear-Regression)
64
- - [Logistic Regression](#Logistic-Regression)
65
- - [Decision Trees](#Decision-Trees)
66
- - [K-Nearest Neighbors (KNN)](#K-Nearest-Neighbors-KNN)
67
- - [Support Vector Machines (SVM)](#Support-Vector-Machines-SVM)
68
- - [Neural Networks](#Neural-Networks)
69
- """)
70
- st.sidebar.markdown("""
71
- - [Applications](#Applications-of-Machine-Learning)
72
- - [Conclusion](#Conclusion)
73
  """)
74
 
 
 
48
  st.markdown(generate_ml_blog())
49
 
50
  # Display interactive elements if needed
51
+ st.sidebar.header("πŸ“š Contents")
52
  st.sidebar.markdown("""
53
+ - πŸ” [Introduction](#Introduction-to-Machine-Learning-ML)
54
+ - 🧠 [Types of Machine Learning](#Types-of-Machine-Learning)
55
+ - πŸ“Š [Supervised Learning](#Supervised-Learning)
56
+ - πŸ”— [Unsupervised Learning](#Unsupervised-Learning)
57
+ - πŸ•ΉοΈ [Reinforcement Learning](#Reinforcement-Learning)
58
+ - πŸš€ [Popular Algorithms](#Popular-Machine-Learning-Algorithms)
59
+ - πŸ”§ Linear Regression
60
+ - βœ”οΈ Logistic Regression
61
+ - 🌳 Decision Trees
62
+ - πŸ” K-Nearest Neighbors
63
+ - βœ‚οΈ Support Vector Machines
64
+ - 🧠 Neural Networks
 
 
 
 
 
 
 
 
65
  """)
66
 
67
+