prashant
commited on
Commit
•
9215ec6
1
Parent(s):
bcae986
sdg label info fix
Browse files- appStore/sdg_analysis.py +2 -2
appStore/sdg_analysis.py
CHANGED
@@ -142,8 +142,8 @@ def app():
|
|
142 |
st.pyplot(fig)
|
143 |
with c6:
|
144 |
labeldf = x['SDG_name'].values.tolist()
|
145 |
-
labeldf = "
|
146 |
-
st.
|
147 |
|
148 |
st.markdown("###### What keywords are present under SDG classified text? ######")
|
149 |
|
|
|
142 |
st.pyplot(fig)
|
143 |
with c6:
|
144 |
labeldf = x['SDG_name'].values.tolist()
|
145 |
+
labeldf = "<br>".join(labeldf)
|
146 |
+
st.markdown(labeldf)
|
147 |
|
148 |
st.markdown("###### What keywords are present under SDG classified text? ######")
|
149 |
|