carisackc commited on
Commit
27c2c8b
1 Parent(s): c83ff75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -173,12 +173,4 @@ with col2:
173
  ent_html = displacy.render(doc, style="ent", options=options)
174
  st.markdown(ent_html, unsafe_allow_html=True)
175
 
176
-
177
- col3, col4 = st.columns(2)
178
- with col3:
179
- # st.text_area(visualize (runtext,output))
180
-
181
- st.write('testing')
182
- with col4:
183
- st.text_area('testing', str(reference_text))#,label_visibility="hidden")
184
 
 
173
  ent_html = displacy.render(doc, style="ent", options=options)
174
  st.markdown(ent_html, unsafe_allow_html=True)
175
 
 
 
 
 
 
 
 
 
176