Spaces:
Sleeping
Sleeping
Update pages/Types of Data.py
Browse files- 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("
|
| 382 |
-
st.
|
| 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. π")
|