Included UGhent
Browse files- .gitattributes +1 -0
- area_measurement.py +2 -1
- static/img/logo_ugent_en.svg +3 -0
.gitattributes
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
**/*.png filter=lfs diff=lfs merge=lfs -text
|
2 |
**/*.jpg filter=lfs diff=lfs merge=lfs -text
|
3 |
**/*.keras filter=lfs diff=lfs merge=lfs -text
|
|
|
|
1 |
**/*.png filter=lfs diff=lfs merge=lfs -text
|
2 |
**/*.jpg filter=lfs diff=lfs merge=lfs -text
|
3 |
**/*.keras filter=lfs diff=lfs merge=lfs -text
|
4 |
+
**/*.svg filter=lfs diff=lfs merge=lfs -text
|
area_measurement.py
CHANGED
@@ -70,7 +70,8 @@ for i, col in enumerate(cols):
|
|
70 |
|
71 |
footer_html = """<div style='text-align: center;'>
|
72 |
<p><img src="./app/static/img/EurovaLogo.png" height=100 alt="EUROVA logo"/>
|
73 |
-
<p>Developed with ❤️ at <a href="https://iiia.csic.es"><img
|
|
|
74 |
<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
|
75 |
</div>"""
|
76 |
st.markdown(footer_html, unsafe_allow_html=True)
|
|
|
70 |
|
71 |
footer_html = """<div style='text-align: center;'>
|
72 |
<p><img src="./app/static/img/EurovaLogo.png" height=100 alt="EUROVA logo"/>
|
73 |
+
<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>
|
74 |
+
<p>In collaboration with <a href="https://www.ugent.be/en"><img src="./app/static/img/logo_ughent_en.svg" height=30 alt="UGhent logo"/> Ghent University</a></p>
|
75 |
<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
|
76 |
</div>"""
|
77 |
st.markdown(footer_html, unsafe_allow_html=True)
|
static/img/logo_ugent_en.svg
ADDED
Git LFS Details
|