shwetashweta05 commited on
Commit
419f184
·
verified ·
1 Parent(s): aa3f2fb

Update pages/Image.py

Browse files
Files changed (1) hide show
  1. 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.")