Fixed html
Browse files- area_measurement.py +0 -2
area_measurement.py
CHANGED
|
@@ -68,8 +68,6 @@ for i, col in enumerate(cols):
|
|
| 68 |
st.button("Example "+str(i+1), on_click=set_example(i))
|
| 69 |
st.image(example_imgs[i], caption='Example ' + str(i+1), use_column_width=True)
|
| 70 |
|
| 71 |
-
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>
|
|
|
|
| 68 |
st.button("Example "+str(i+1), on_click=set_example(i))
|
| 69 |
st.image(example_imgs[i], caption='Example ' + str(i+1), use_column_width=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>
|