Phani1008 commited on
Commit
635faf7
verified
1 Parent(s): c034a49

Update pages/1_Introduction.py

Browse files
Files changed (1) hide show
  1. pages/1_Introduction.py +1 -1
pages/1_Introduction.py CHANGED
@@ -3,7 +3,7 @@ from PIL import Image
3
 
4
  # Load and display the image directly from a relative or absolute file path
5
  # Ensure the image is in the correct folder or update the path accordingly
6
- image_path = "C:\Users\USER\Downloads\DALL路E 2024-12-27 18.19.15 - A warm and cozy scene of a father sitting with his 3-year-old child in a living room, showing pictures of dogs and cats. The father is pointing at a p.webp" # Correct the path and name
7
  image = Image.open(image_path)
8
 
9
  # Title and introduction
 
3
 
4
  # Load and display the image directly from a relative or absolute file path
5
  # Ensure the image is in the correct folder or update the path accordingly
6
+ image_path = r"C:\Users\USER\Downloads\DALL路E 2024-12-27 18.19.15 - A warm and cozy scene of a father sitting with his 3-year-old child in a living room, showing pictures of dogs and cats. The father is pointing at a p.webp" # Correct the path and name
7
  image = Image.open(image_path)
8
 
9
  # Title and introduction