Update pages/5_ML Algorithms.py
Browse files- pages/5_ML Algorithms.py +1 -1
pages/5_ML Algorithms.py
CHANGED
|
@@ -52,7 +52,7 @@ elif ml_type == "Unsupervised Learning":
|
|
| 52 |
- Anomaly detection
|
| 53 |
""")
|
| 54 |
|
| 55 |
-
|
| 56 |
st.markdown("[Click here](https://huggingface.co/spaces/sree4411/ML_ALGORITHMS)")
|
| 57 |
|
| 58 |
|
|
|
|
| 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 |
|