cerquide commited on
Commit
85f6a7f
·
1 Parent(s): cb53239

Fixed html

Browse files
Files changed (1) hide show
  1. area_measurement.py +1 -1
area_measurement.py CHANGED
@@ -72,7 +72,7 @@ LOGO_IIIA_IMAGE = "static/img/iiia-logo.png"
72
 
73
  footer_html = """<div style='text-align: center;'>
74
  <p><img src="./app/static/img/EurovaLogo.png" height=100 alt="EUROVA logo"/>
75
- <p>Developed with ❤️ at <a href="https://iiia.csic.es"><img src="./app/static/img/iiia-logo.png"> height=30 alt="IIIA logo"/> IIIA - CSIC</a> by <a href="https://www.iiia.csic.es/~cerquide">Jesus Cerquides</a>, Giorgios Athanasiou and Josep LLuís Arcos </p>
76
  <p><img src="./app/static/img/MSCA.jpg" height=30 alt="MSCA logo"/> Funded by the European Union Horizon 2020 research and innovation programme under the Marie Sklodowka-Curie grant agreement 860960
77
  </div>"""
78
  st.markdown(footer_html, unsafe_allow_html=True)
 
72
 
73
  footer_html = """<div style='text-align: center;'>
74
  <p><img src="./app/static/img/EurovaLogo.png" height=100 alt="EUROVA logo"/>
75
+ <p>Developed with ❤️ at <a href="https://iiia.csic.es"><img src="./app/static/img/iiia-logo.png" height=30 alt="IIIA logo"/> IIIA - CSIC</a> by <a href="https://www.iiia.csic.es/~cerquide">Jesus Cerquides</a>, Giorgios Athanasiou and Josep LLuís Arcos </p>
76
  <p><img src="./app/static/img/MSCA.jpg" height=30 alt="MSCA logo"/> Funded by the European Union Horizon 2020 research and innovation programme under the Marie Sklodowka-Curie grant agreement 860960
77
  </div>"""
78
  st.markdown(footer_html, unsafe_allow_html=True)