gcapde commited on
Commit
d7ae308
1 Parent(s): 0be7759

Update logos

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from dotenv import load_dotenv
9
  load_dotenv()
10
  import base64
11
 
12
- with open("Iso_Logotipo_Ceibal.png", "rb") as image_file:
13
  encoded_image = base64.b64encode(image_file.read()).decode()
14
 
15
 
 
9
  load_dotenv()
10
  import base64
11
 
12
+ with open("Logos_Ceibal.jpg", "rb") as image_file:
13
  encoded_image = base64.b64encode(image_file.read()).decode()
14
 
15