Update pages/5_ML Algorithms.py
Browse files- 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")
|