Phani1008 commited on
Commit
9ee5c5c
Β·
verified Β·
1 Parent(s): f6ad9db

Update pages/Types of Data.py

Browse files
Files changed (1) hide show
  1. pages/Types of Data.py +4 -3
pages/Types of Data.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import streamlit as st
2
  from streamlit_lottie import st_lottie
3
  import requests
@@ -378,8 +379,8 @@ print("Pixel Data (Top-left):", image_array[0, 0]) # Pixel value at (0, 0)
378
  """, language="python")
379
 
380
  # Placeholder button for GitHub link
381
- if st.button("GitHub Link πŸ”— (Image)"):
382
- st.write("**GitHub Repository:** [Provide your GitHub link here]")
383
 
384
  if st.button("Show Video πŸŽ₯"):
385
  st.subheader("Working with Videos")
@@ -441,4 +442,4 @@ video.release()
441
  """)
442
 
443
  # Footer
444
- st.write("This app provides a clear understanding of data and its various types, especially based on structure. πŸŽ‰")
 
1
+
2
  import streamlit as st
3
  from streamlit_lottie import st_lottie
4
  import requests
 
379
  """, language="python")
380
 
381
  # Placeholder button for GitHub link
382
+ if st.button("Jupyter Notebook πŸ”— (Image)"):
383
+ st.markdown("https://colab.research.google.com/drive/1BxJuxD1mzeuDnPIjwc-06J_GIU2JgO1_?usp=sharing")
384
 
385
  if st.button("Show Video πŸŽ₯"):
386
  st.subheader("Working with Videos")
 
442
  """)
443
 
444
  # Footer
445
+ st.write("This app provides a clear understanding of data and its various types, especially based on structure. πŸŽ‰")