Spaces:
Running
Running
Update pages/Info _of_Image.py
Browse files- pages/Info _of_Image.py +10 -1
pages/Info _of_Image.py
CHANGED
@@ -75,4 +75,13 @@ st.markdown("1.imread()")
|
|
75 |
st.markdown("2.imshow()")
|
76 |
st.markdown("3.imwrite()")
|
77 |
st.markdown("4.cv2.waitkey()")
|
78 |
-
st.markdown("5.destroyallwindows()")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
st.markdown("2.imshow()")
|
76 |
st.markdown("3.imwrite()")
|
77 |
st.markdown("4.cv2.waitkey()")
|
78 |
+
st.markdown("5.destroyallwindows()")
|
79 |
+
|
80 |
+
# Add a link to the code
|
81 |
+
st.markdown(
|
82 |
+
"<p style='font-size: 16px; color: White;'>"
|
83 |
+
"You can view and run the code in Colab: "
|
84 |
+
"<a href='https://colab.research.google.com/drive/1fvP-k70HJnp1iCN7Vs-tkfFs8vq--WGc?usp=sharing' target='_blank' style='color: #FFD700;'>Colab Notebook</a>"
|
85 |
+
"</p>",
|
86 |
+
unsafe_allow_html=True
|
87 |
+
)
|