Spaces:
Runtime error
Runtime error
domdomingo
commited on
Commit
•
8a7119c
1
Parent(s):
092dc41
Update appStore/info.py
Browse files- appStore/info.py +5 -5
appStore/info.py
CHANGED
@@ -19,11 +19,11 @@ def app():
|
|
19 |
unsafe_allow_html=True)
|
20 |
footer = """
|
21 |
<div class="footer-custom">
|
22 |
-
|
23 |
-
<a href="https://de.linkedin.com/in/robin-nowok">
|
24 |
-
<a href="https://www.linkedin.com/in/anika-s-ab3b49189/">
|
25 |
-
Developer - <a href="https://ch.linkedin.com/in/dominic-santschi">
|
26 |
-
<a href="https://de.linkedin.com/in/dr-tilman-floehr-36005b11b">
|
27 |
|
28 |
</div>
|
29 |
"""
|
|
|
19 |
unsafe_allow_html=True)
|
20 |
footer = """
|
21 |
<div class="footer-custom">
|
22 |
+
GIZ Lead - <a href="https://de.linkedin.com/in/steffen-blume-22450643">Steffen Blume</a> ,
|
23 |
+
<a href="https://de.linkedin.com/in/robin-nowok">Robin Nowok</a> &
|
24 |
+
<a href="https://www.linkedin.com/in/anika-s-ab3b49189/">Anika Schumann</a> |
|
25 |
+
Developer - <a href="https://ch.linkedin.com/in/dominic-santschi">Dominic Santschi</a> &
|
26 |
+
<a href="https://de.linkedin.com/in/dr-tilman-floehr-36005b11b">Tilman Floehr</a>
|
27 |
|
28 |
</div>
|
29 |
"""
|