sree4411 commited on
Commit
d9f32b3
·
verified ·
1 Parent(s): a09ff19

Update pages/5_ML Algorithms.py

Browse files
Files changed (1) hide show
  1. pages/5_ML Algorithms.py +1 -1
pages/5_ML Algorithms.py CHANGED
@@ -5,7 +5,7 @@ st.set_page_config(page_title="ML Algorithms", layout="centered")
5
  st.title("🤖 Machine Learning Algorithms Overview")
6
 
7
  st.markdown("""
8
- This app gives a quick overview of **core Machine Learning algorithms** and their types.
9
  Explore **Supervised** and **Unsupervised** learning with common algorithms like **KNN**, **SVM**, **Decision Trees**, etc.
10
  """)
11
 
 
5
  st.title("🤖 Machine Learning Algorithms Overview")
6
 
7
  st.markdown("""
8
+ This gives a quick overview of **core Machine Learning algorithms** and their types.
9
  Explore **Supervised** and **Unsupervised** learning with common algorithms like **KNN**, **SVM**, **Decision Trees**, etc.
10
  """)
11