Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,9 @@ def build_result_tree(parent_elem, results):
|
|
125 |
unsafe_allow_html=True
|
126 |
)
|
127 |
st.markdown('<hr style="margin: 0 0 0.5em 0;">', unsafe_allow_html=True)
|
128 |
-
|
|
|
|
|
129 |
|
130 |
if len(sent['annotated_categories']) > 0:
|
131 |
st.markdown(
|
|
|
125 |
unsafe_allow_html=True
|
126 |
)
|
127 |
st.markdown('<hr style="margin: 0 0 0.5em 0;">', unsafe_allow_html=True)
|
128 |
+
|
129 |
+
classification = sent['classification']
|
130 |
+
st.markdown(f'##### Classification - {classification}')
|
131 |
|
132 |
if len(sent['annotated_categories']) > 0:
|
133 |
st.markdown(
|