saritha5 commited on
Commit
522f5e5
·
1 Parent(s): 4fef220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ local_css("style.css")
18
 
19
  t = "<div>raw_text <span class='highlight blue'>word.text <span class='bold'>yo</span> <span class='bold'>Name</span></span></div>"
20
 
21
- st.markdown(t, unsafe_allow_html=True)
22
  #st. write(displacy.render(text1,style="ent",jupyter=True))
23
 
 
18
 
19
  t = "<div>raw_text <span class='highlight blue'>word.text <span class='bold'>yo</span> <span class='bold'>Name</span></span></div>"
20
 
21
+ st.write(t, unsafe_allow_html=True)
22
  #st. write(displacy.render(text1,style="ent",jupyter=True))
23