Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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 |
|