Phani1008 commited on
Commit
c5cecf2
·
verified ·
1 Parent(s): 2e4a29c

Update pages/1_Introduction.py

Browse files

![Screenshot 2024-12-27 183457.png](https://cdn-uploads.huggingface.co/production/uploads/66bc630d79cf011831383ac5/rdcOHHtDjJjyoCKVJ3mZj.png)

Files changed (1) hide show
  1. pages/1_Introduction.py +0 -1
pages/1_Introduction.py CHANGED
@@ -10,7 +10,6 @@ encoded_image = "UklGRrICBgBXRUJQVlA4IKrbBABQ9xCdASoABwAEPjEWiUOiISUmJZYbuMAGCWN
10
  def decode_base64_image(encoded_str):
11
  img_data = base64.b64decode(encoded_str)
12
  return Image.open(io.BytesIO(img_data))
13
- st.image(r"C:\Users\USER\Downloads\Screenshot 2024-12-27 183457.png",width=500)
14
  # Title and introduction
15
  st.title('Understanding Machine Learning: Teaching Machines Like Children')
16
 
 
10
  def decode_base64_image(encoded_str):
11
  img_data = base64.b64decode(encoded_str)
12
  return Image.open(io.BytesIO(img_data))
 
13
  # Title and introduction
14
  st.title('Understanding Machine Learning: Teaching Machines Like Children')
15