ronakreddy18 commited on
Commit
65b218c
·
verified ·
1 Parent(s): 312d627

Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py

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