jtdearmon commited on
Commit
ac45446
·
verified ·
1 Parent(s): 57688da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def base64_to_image(base64_string):
31
  return Image.open(io.BytesIO(image_data))
32
 
33
  # Update the path to your JFIF logo file here
34
- SERMONS_LOGO_B64 = to_base64(r"D:\Dearmon\Legacy\DP\Sermons\DP_logo.jfif")
35
  SERMONS_LOGO_IMG = base64_to_image(SERMONS_LOGO_B64)
36
 
37
  # ---------------------------------------------------
 
31
  return Image.open(io.BytesIO(image_data))
32
 
33
  # Update the path to your JFIF logo file here
34
+ SERMONS_LOGO_B64 = to_base64("DP_logo.jfif")
35
  SERMONS_LOGO_IMG = base64_to_image(SERMONS_LOGO_B64)
36
 
37
  # ---------------------------------------------------