prashant
commited on
Commit
·
bcb73d0
1
Parent(s):
052f694
width change
Browse files- appStore/info.py +2 -1
appStore/info.py
CHANGED
@@ -29,7 +29,7 @@ def app():
|
|
29 |
"""
|
30 |
st.markdown(footer, unsafe_allow_html=True)
|
31 |
# <div class="text">
|
32 |
-
c1, c2, c3 = st.columns([
|
33 |
with c1:
|
34 |
st.image("docStore/img/ndc.png")
|
35 |
with c3:
|
@@ -48,6 +48,7 @@ def app():
|
|
48 |
intro = """
|
49 |
<div style="text-align: justify;">
|
50 |
|
|
|
51 |
For this purpose, the United Nations Sustainable Development Solutions \
|
52 |
Network (SDSN) and the Deutsche Gesellschaft für Internationale \
|
53 |
Zusammenarbeit (GIZ) GmbH are collaborating since 2021 in the development \
|
|
|
29 |
"""
|
30 |
st.markdown(footer, unsafe_allow_html=True)
|
31 |
# <div class="text">
|
32 |
+
c1, c2, c3 = st.columns([8,1,12])
|
33 |
with c1:
|
34 |
st.image("docStore/img/ndc.png")
|
35 |
with c3:
|
|
|
48 |
intro = """
|
49 |
<div style="text-align: justify;">
|
50 |
|
51 |
+
|
52 |
For this purpose, the United Nations Sustainable Development Solutions \
|
53 |
Network (SDSN) and the Deutsche Gesellschaft für Internationale \
|
54 |
Zusammenarbeit (GIZ) GmbH are collaborating since 2021 in the development \
|