jcg00v commited on
Commit
efb07c2
1 Parent(s): f68f718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -176,10 +176,10 @@ def layout(*args):
176
  def footer():
177
  myargs = [
178
  "Made in ",
179
- image('./vocali_logo.jpg', width=px(30), height=px(30)),
180
- "with funding ",
181
- image('./logo_funding.jpg', height=px(30), width=px(80)),
182
  link("https://vocali.net/", "VÓCALI"),
 
 
183
  br(),
184
  "This work was funded by the Spanish Government, the Spanish Ministry of Economy and Digital Transformation through the Digital Transformation through the 'Recovery, Transformation and Resilience Plan' and also funded by the European Union NextGenerationEU/PRTR through the research project 2021/C005/0015007",
185
  ]
 
176
  def footer():
177
  myargs = [
178
  "Made in ",
179
+ image('vocali_logo.jpg', width=px(50), height=px(50)),
 
 
180
  link("https://vocali.net/", "VÓCALI"),
181
+ "with funding ",
182
+ image('logo_funding.jpg', height=px(50), width=px(150)),
183
  br(),
184
  "This work was funded by the Spanish Government, the Spanish Ministry of Economy and Digital Transformation through the Digital Transformation through the 'Recovery, Transformation and Resilience Plan' and also funded by the European Union NextGenerationEU/PRTR through the research project 2021/C005/0015007",
185
  ]