Spaces:
Sleeping
Sleeping
Update pages/Info_of_Video.py
Browse files- pages/Info_of_Video.py +2 -2
pages/Info_of_Video.py
CHANGED
@@ -75,13 +75,13 @@ st.markdown(
|
|
75 |
unsafe_allow_html=True
|
76 |
)
|
77 |
|
78 |
-
# Adding the link to the code
|
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 [GitHub](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 |
+
# 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 |
)
|