sree4411 commited on
Commit
47dbc5f
·
verified ·
1 Parent(s): 8e7d676

Update pages/5_ML Algorithms.py

Browse files
Files changed (1) hide show
  1. pages/5_ML Algorithms.py +4 -0
pages/5_ML Algorithms.py CHANGED
@@ -52,5 +52,9 @@ elif ml_type == "Unsupervised Learning":
52
  - Anomaly detection
53
  """)
54
 
 
 
 
 
55
  st.markdown("---")
56
  st.caption("Made with ❤️ using Streamlit — for educational ML projects")
 
52
  - Anomaly detection
53
  """)
54
 
55
+ if st.button("🔀 Go to ML Algorithms App"):
56
+ st.markdown("[Click here](https://huggingface.co/spaces/sree4411/ML_ALGORITHMS)")
57
+
58
+
59
  st.markdown("---")
60
  st.caption("Made with ❤️ using Streamlit — for educational ML projects")