carisackc commited on
Commit
042c4fe
·
1 Parent(s): 87b26e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,7 +326,7 @@ with col2:
326
  #st.table(trans_df)
327
  st.markdown('**NER**')
328
  with st.expander("See NER Details"):
329
- st.markdown(ent_html, unsafe_allow_html=True)
330
 
331
 
332
 
 
326
  #st.table(trans_df)
327
  st.markdown('**NER**')
328
  with st.expander("See NER Details"):
329
+ st.markdown(ent_html, unsafe_allow_html=True)
330
 
331
 
332