Update appStore/sdg_analysis.py
Browse files- appStore/sdg_analysis.py +2 -2
appStore/sdg_analysis.py
CHANGED
@@ -178,7 +178,7 @@ def app():
|
|
178 |
|
179 |
st.markdown("## 🎈 Anything related to SDGs?")
|
180 |
|
181 |
-
c4, c5, c6 = st.columns([
|
182 |
|
183 |
# Add styling
|
184 |
cmGreen = sns.light_palette("green", as_cmap=True)
|
@@ -199,7 +199,7 @@ def app():
|
|
199 |
with c5:
|
200 |
st.pyplot(fig)
|
201 |
|
202 |
-
c7, c8, c9 = st.columns([1,
|
203 |
with c8:
|
204 |
st.table(df)
|
205 |
|
|
|
178 |
|
179 |
st.markdown("## 🎈 Anything related to SDGs?")
|
180 |
|
181 |
+
c4, c5, c6 = st.columns([2, 2, 2])
|
182 |
|
183 |
# Add styling
|
184 |
cmGreen = sns.light_palette("green", as_cmap=True)
|
|
|
199 |
with c5:
|
200 |
st.pyplot(fig)
|
201 |
|
202 |
+
c7, c8, c9 = st.columns([1, 5, 1])
|
203 |
with c8:
|
204 |
st.table(df)
|
205 |
|