Update appStore/info.py
Browse files- appStore/info.py +3 -1
appStore/info.py
CHANGED
@@ -13,10 +13,12 @@ def app():
|
|
13 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
14 |
footer = """
|
15 |
<div class="footer-custom">
|
|
|
|
|
16 |
Developer - <a href="https://www.linkedin.com/in/erik-lehmann-giz/" target="_blank">Erik Lehmann</a> |
|
17 |
<a href="https://www.linkedin.com/in/jonas-nothnagel-bb42b114b/" target="_blank">Jonas Nothnagel</a> |
|
18 |
<a href="https://www.linkedin.com/in/prashantpsingh/" target="_blank">Prashant Singh</a> |
|
19 |
-
|
20 |
</div>
|
21 |
"""
|
22 |
st.markdown(footer, unsafe_allow_html=True)
|
|
|
13 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
14 |
footer = """
|
15 |
<div class="footer-custom">
|
16 |
+
Guidance & Feedback - <a href="https://www.linkedin.com/in/maren-bernlöhr-149891222" target="_blank">Maren Bernlöhr</a> |
|
17 |
+
<a href="https://www.linkedin.com/in/manuelkuhm" target="_blank">Manuel Kuhm</a>
|
18 |
Developer - <a href="https://www.linkedin.com/in/erik-lehmann-giz/" target="_blank">Erik Lehmann</a> |
|
19 |
<a href="https://www.linkedin.com/in/jonas-nothnagel-bb42b114b/" target="_blank">Jonas Nothnagel</a> |
|
20 |
<a href="https://www.linkedin.com/in/prashantpsingh/" target="_blank">Prashant Singh</a> |
|
21 |
+
|
22 |
</div>
|
23 |
"""
|
24 |
st.markdown(footer, unsafe_allow_html=True)
|