jcg00v commited on
Commit
e7e958a
1 Parent(s): c659a19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -185,13 +185,13 @@ def footer():
185
  "Made in ",
186
  # image(img_to_bytes(str(logo_path) + "/vocali_logo.jpg"), width=px(50), height=px(50)),
187
  "<img src='data:image/jpg;base64,{}' class='img-fluid' width='50' height='50'>".format(
188
- img_to_bytes(logo_path)
189
  ),
190
  link("https://vocali.net/", "VÓCALI"),
191
  " with funding ",
192
  # image(img_to_bytes(str(funding_path) + "/logo_funding.png"), height=px(50), width=px(200)),
193
  "<img src='data:image/png;base64,{}' class='img-fluid' width='250' height='50'>".format(
194
- img_to_bytes(funding_path)
195
  ),
196
  br(),
197
  "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
  "Made in ",
186
  # image(img_to_bytes(str(logo_path) + "/vocali_logo.jpg"), width=px(50), height=px(50)),
187
  "<img src='data:image/jpg;base64,{}' class='img-fluid' width='50' height='50'>".format(
188
+ img_to_bytes(str(logo_path) + "/vocali_logo.jpg")
189
  ),
190
  link("https://vocali.net/", "VÓCALI"),
191
  " with funding ",
192
  # image(img_to_bytes(str(funding_path) + "/logo_funding.png"), height=px(50), width=px(200)),
193
  "<img src='data:image/png;base64,{}' class='img-fluid' width='250' height='50'>".format(
194
+ img_to_bytes(str(funding_path) + "/logo_funding.png")
195
  ),
196
  br(),
197
  "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",