Spaces:
Running
on
Zero
Running
on
Zero
nkeetha user
commited on
Commit
·
d691be0
1
Parent(s):
2fb3139
WAI Logo
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def get_logo_base64():
|
|
| 38 |
"""Convert WAI logo to base64 for embedding in HTML"""
|
| 39 |
import base64
|
| 40 |
|
| 41 |
-
logo_path = "examples/
|
| 42 |
try:
|
| 43 |
with open(logo_path, "rb") as img_file:
|
| 44 |
img_data = img_file.read()
|
|
|
|
| 38 |
"""Convert WAI logo to base64 for embedding in HTML"""
|
| 39 |
import base64
|
| 40 |
|
| 41 |
+
logo_path = "examples/WAI-Logo/wai_logo.png"
|
| 42 |
try:
|
| 43 |
with open(logo_path, "rb") as img_file:
|
| 44 |
img_data = img_file.read()
|