Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
2cc8568
1 Parent(s): ea3aaf3

pie chart fix

Browse files
Files changed (1) hide show
  1. appStore/sdg_analysis.py +2 -2
appStore/sdg_analysis.py CHANGED
@@ -143,8 +143,8 @@ def app():
143
  st.pyplot(fig)
144
  with c6:
145
  labeldf = x['SDG_name']
146
- labeldf = labeldf.set_index('SDG_NAME')
147
- st.table(labeldf)
148
 
149
  st.markdown("###### What keywords are present under SDG classified text? ######")
150
 
 
143
  st.pyplot(fig)
144
  with c6:
145
  labeldf = x['SDG_name']
146
+ # labeldf = labeldf.set_index('SDG_NAME')
147
+ st.write(labeldf.to_string(index=False))
148
 
149
  st.markdown("###### What keywords are present under SDG classified text? ######")
150