jcg00v commited on
Commit
21f94b6
1 Parent(s): 26d7f1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -180,12 +180,10 @@ def footer():
180
 
181
  myargs = [
182
  "Made in ",
183
- # image(str(logo_path), width=px(50), height=px(50)),
184
- st.image(str(logo_path), width=50, height=50)
185
  link("https://vocali.net/", "VÓCALI"),
186
  "with funding ",
187
- #image(str(funding_path), height=px(50), width=px(200)),
188
- st.image(str(funding_path), width=250, height=50)
189
  br(),
190
  "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",
191
  ]
 
180
 
181
  myargs = [
182
  "Made in ",
183
+ image(str(logo_path), width=px(50), height=px(50)),
 
184
  link("https://vocali.net/", "VÓCALI"),
185
  "with funding ",
186
+ image(str(funding_path), height=px(50), width=px(200)),
 
187
  br(),
188
  "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",
189
  ]