Spaces:
Running
Running
Update pages/1_Introduction.py
Browse files
- 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 |
|