prashant
commited on
Commit
•
bcae986
1
Parent(s):
96f9667
labels diplay
Browse files- appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py
CHANGED
@@ -141,7 +141,7 @@ def app():
|
|
141 |
with c5:
|
142 |
st.pyplot(fig)
|
143 |
with c6:
|
144 |
-
labeldf = x['SDG_name'].values.
|
145 |
labeldf = " \n".join(labeldf)
|
146 |
st.write(labeldf)
|
147 |
|
|
|
141 |
with c5:
|
142 |
st.pyplot(fig)
|
143 |
with c6:
|
144 |
+
labeldf = x['SDG_name'].values.tolist()
|
145 |
labeldf = " \n".join(labeldf)
|
146 |
st.write(labeldf)
|
147 |
|