Update pages/Image.py
Browse files- pages/Image.py +0 -4
pages/Image.py
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
-
import json
|
4 |
|
5 |
-
import streamlit as st
|
6 |
-
import pandas as pd
|
7 |
-
import json
|
8 |
|
9 |
st.subheader(":red[**Image**]")
|
10 |
st.write("Image- an image is a two-dimensional array of values representing visual information. These values are known as pixels, where each pixel corresponds to a small point in the image and contains data about its color and intensity.")
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
|
|
3 |
|
|
|
|
|
|
|
4 |
|
5 |
st.subheader(":red[**Image**]")
|
6 |
st.write("Image- an image is a two-dimensional array of values representing visual information. These values are known as pixels, where each pixel corresponds to a small point in the image and contains data about its color and intensity.")
|