Update app.py
Browse files
app.py
CHANGED
@@ -175,8 +175,8 @@ def layout(*args):
|
|
175 |
|
176 |
|
177 |
def footer():
|
178 |
-
logo_path = Path(__file__).with_name("vocali_logo.jpg").
|
179 |
-
funding_path = Path(__file__).with_name("logo_funding.png").
|
180 |
|
181 |
myargs = [
|
182 |
"Made in ",
|
|
|
175 |
|
176 |
|
177 |
def footer():
|
178 |
+
logo_path = Path(__file__).with_name("vocali_logo.jpg").parent.absolute()
|
179 |
+
funding_path = Path(__file__).with_name("logo_funding.png").parent.absolute()
|
180 |
|
181 |
myargs = [
|
182 |
"Made in ",
|