Update app.py
Browse files
app.py
CHANGED
@@ -186,13 +186,13 @@ def footer():
|
|
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",
|
198 |
]
|
|
|
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",
|
198 |
]
|