dlsmallw commited on
Commit
5fe82da
·
1 Parent(s): 19c3f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- st.markdown(f'##### Classification - {sent['classification']}')
 
 
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(