Phani1008 commited on
Commit
b9abc0c
·
verified ·
1 Parent(s): 43cb312

Update pages/1_Introduction.py

Browse files
Files changed (1) hide show
  1. pages/1_Introduction.py +1 -1
pages/1_Introduction.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from PIL import Image
3
 
4
  # Load and display the image directly from file path
5
- image = Image.open('/mnt/data/A_warm_and_cozy_scene_of_a_father_sitting_with_his.png')
6
 
7
  # Title and introduction
8
  st.title('Understanding Machine Learning: Teaching Machines Like Children')
 
2
  from PIL import Image
3
 
4
  # Load and display the image directly from file path
5
+ image = Image.open('file:///C:/Users/USER/Downloads/DALL%C2%B7E%202024-12-27%2018.19.15%20-%20A%20warm%20and%20cozy%20scene%20of%20a%20father%20sitting%20with%20his%203-year-old%20child%20in%20a%20living%20room,%20showing%20pictures%20of%20dogs%20and%20cats.%20The%20father%20is%20pointing%20at%20a%20p.webp')
6
 
7
  # Title and introduction
8
  st.title('Understanding Machine Learning: Teaching Machines Like Children')