Spaces:
Sleeping
Sleeping
Update pages/Info_of_Video.py
Browse files- 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 |
-
#
|
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
|
|
|
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 |
+
)
|