Sathwikchowdary commited on
Commit
881bdbb
·
verified ·
1 Parent(s): 17286ed

Update pages/project.py

Browse files
Files changed (1) hide show
  1. pages/project.py +8 -1
pages/project.py CHANGED
@@ -69,7 +69,7 @@ st.markdown(
69
  "</p>",
70
  unsafe_allow_html=True
71
  )
72
- st.st.markdown("<h3 style='text-align: left; color: Black;'>GIF Creation (animation using opencv)</h3>", unsafe_allow_html=True)
73
  st.markdown(
74
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
75
  "Produced captivating GIFs showcasing dynamic scenes where shapes, texts, and animations flow smoothly to engage the audience."
@@ -94,3 +94,10 @@ st.markdown(
94
  "</p>",
95
  unsafe_allow_html=True
96
  )
 
 
 
 
 
 
 
 
69
  "</p>",
70
  unsafe_allow_html=True
71
  )
72
+ st.markdown("<h3 style='text-align: left; color: Black;'>GIF Creation (animation using opencv)</h3>", unsafe_allow_html=True)
73
  st.markdown(
74
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
75
  "Produced captivating GIFs showcasing dynamic scenes where shapes, texts, and animations flow smoothly to engage the audience."
 
94
  "</p>",
95
  unsafe_allow_html=True
96
  )
97
+ st.markdown(
98
+ "<p style='font-size: 16px; color: White;'>"
99
+ "You can explore the code examples on GitHub:<br>"
100
+ "<a href='https://github.com/Sathwik4119/IMAGE/blob/main/project_opencv.ipynb' target='_blank' style='color: #FFD700;'>Project</a><br>"
101
+
102
+ "</p>",
103
+ unsafe_allow_html=Tru