Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -635,12 +635,12 @@ This explanation provides both the purpose and practical use cases of `cv2.Video
|
|
635 |
|
636 |
|
637 |
if st.button("View GitHub Project"):
|
638 |
-
st.markdown(
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
|
645 |
|
646 |
# ----- AFFINE TRANSFORMATION MATRIX -----
|
|
|
635 |
|
636 |
|
637 |
if st.button("View GitHub Project"):
|
638 |
+
st.markdown("""
|
639 |
+
<a href="https://github.com/Vamshi-183/Animation_project_using_opencv" target="_blank">
|
640 |
+
<button style="background-color:#4CAF50; color:white; padding:10px 20px; border:none; border-radius:5px; font-size:16px;">Go to GitHub Project</button>
|
641 |
+
</a>
|
642 |
+
""", unsafe_allow_html=True
|
643 |
+
)
|
644 |
|
645 |
|
646 |
# ----- AFFINE TRANSFORMATION MATRIX -----
|