prashant
commited on
Commit
·
397db2c
1
Parent(s):
9215ec6
label info fix
Browse files- appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py
CHANGED
@@ -143,7 +143,7 @@ def app():
|
|
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 |
|
|
|
143 |
with c6:
|
144 |
labeldf = x['SDG_name'].values.tolist()
|
145 |
labeldf = "<br>".join(labeldf)
|
146 |
+
st.markdown(labeldf, unsafe_allow_html=True)
|
147 |
|
148 |
st.markdown("###### What keywords are present under SDG classified text? ######")
|
149 |
|