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