jcg00v commited on
Commit
7bf6567
1 Parent(s): 21f94b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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").relative_to(Path.cwd())
179
- funding_path = Path(__file__).with_name("logo_funding.png").relative_to(Path.cwd())
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 ",