Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,5 +73,4 @@ if text_input:
|
|
73 |
annotated_text(*final_text)
|
74 |
|
75 |
with st.expander("See annotations"):
|
76 |
-
st.write(final_text)
|
77 |
st.write(combined_entity_info_dictionary)
|
|
|
73 |
annotated_text(*final_text)
|
74 |
|
75 |
with st.expander("See annotations"):
|
|
|
76 |
st.write(combined_entity_info_dictionary)
|