Phani1008 commited on
Commit
03f389b
·
verified ·
1 Parent(s): 829120e

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
  import base64
4
  import io
5
 
6
- with open('C:/Users/YourName/Downloads/A_warm_and_cozy_scene_of_a_father_sitting_with_his.png', 'rb') as img_file:
7
 
8
  encoded_string = base64.b64encode(img_file.read()).decode('utf-8')
9
  print(encoded_string)
 
3
  import base64
4
  import io
5
 
6
+ with open('"C:\Users\USER\Downloads\Screenshot 2024-12-27 183457.png"', 'rb') as img_file:
7
 
8
  encoded_string = base64.b64encode(img_file.read()).decode('utf-8')
9
  print(encoded_string)