prashant
commited on
Commit
•
d9f8928
1
Parent(s):
9c7cdba
image fix
Browse files- appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py
CHANGED
@@ -135,7 +135,7 @@ def app():
|
|
135 |
|
136 |
st.markdown("#### Anything related to SDGs? ####")
|
137 |
|
138 |
-
c4, c5, c6 = st.columns([
|
139 |
|
140 |
with c5:
|
141 |
st.pyplot(fig)
|
|
|
135 |
|
136 |
st.markdown("#### Anything related to SDGs? ####")
|
137 |
|
138 |
+
c4, c5, c6 = st.columns([2, 3, 2])
|
139 |
|
140 |
with c5:
|
141 |
st.pyplot(fig)
|