KoonJamesZ commited on
Commit
7aa7d06
·
verified ·
1 Parent(s): c6ce9b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def process(description):
65
 
66
 
67
  # Convert the images to Base64
68
- with open("./file/logo_vistec.png", "rb") as logo_file:
69
  base64_logo = base64.b64encode(logo_file.read()).decode("utf-8")
70
 
71
  # Gradio app
 
65
 
66
 
67
  # Convert the images to Base64
68
+ with open("logo_vistec.png", "rb") as logo_file:
69
  base64_logo = base64.b64encode(logo_file.read()).decode("utf-8")
70
 
71
  # Gradio app