Spaces:
GIZ
/
Running on CPU Upgrade

ppsingh commited on
Commit
dab8e7d
·
1 Parent(s): 593bc97

Update appStore/info.py

Browse files
Files changed (1) hide show
  1. 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
- Guidance & Feedback - Maren Bernlöhr | Manuel Kuhn </a>
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)