Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -193,12 +193,12 @@ with col1:
|
|
193 |
|
194 |
with col2:
|
195 |
st.button('NER')
|
196 |
-
st.
|
197 |
genEntities(trans_df, 'DISEASE')
|
198 |
-
st.
|
199 |
genEntities(trans_df, 'CHEMICAL')
|
200 |
#st.table(trans_df)
|
201 |
-
st.
|
202 |
st.markdown(ent_html, unsafe_allow_html=True)
|
203 |
|
204 |
|
|
|
193 |
|
194 |
with col2:
|
195 |
st.button('NER')
|
196 |
+
st.markdown('**DISEASE**')
|
197 |
genEntities(trans_df, 'DISEASE')
|
198 |
+
st.markdown('**CHEMICAL**')
|
199 |
genEntities(trans_df, 'CHEMICAL')
|
200 |
#st.table(trans_df)
|
201 |
+
st.markdown('**NER**')
|
202 |
st.markdown(ent_html, unsafe_allow_html=True)
|
203 |
|
204 |
|