Sathwikchowdary commited on
Commit
47a6659
·
verified ·
1 Parent(s): f2a6147

Update pages/Info_of_Video.py

Browse files
Files changed (1) hide show
  1. pages/Info_of_Video.py +4 -6
pages/Info_of_Video.py CHANGED
@@ -75,13 +75,11 @@ st.markdown(
75
  unsafe_allow_html=True
76
  )
77
 
78
- # Adding the link to the code without showing the complete URL
79
- st.markdown(
80
- "<h2 style='text-align: left; color: Black;'>Link to Full Code:</h2>", unsafe_allow_html=True
81
- )
82
  st.markdown(
83
  "<p style='font-size: 16px; color: White;'>"
84
- "You can view the full code for video processing using OpenCV on [this GitHub link](https://github.com/Sathwik4119/IMAGE/blob/main/video_using.cv2.ipynb)."
 
85
  "</p>",
86
  unsafe_allow_html=True
87
- )
 
75
  unsafe_allow_html=True
76
  )
77
 
78
+ # Add links to the GitHub repositories
 
 
 
79
  st.markdown(
80
  "<p style='font-size: 16px; color: White;'>"
81
+ "You can explore the code examples on GitHub:<br>"
82
+ "<a href='https://github.com/Sathwik4119/IMAGE/blob/main/video_using.cv2.ipynb target='_blank' style='color: #FFD700;'>Basic Operations on Video</a>"
83
  "</p>",
84
  unsafe_allow_html=True
85
+ )